google-apis-dialogflow_v2 0.92.0 → 0.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +760 -459
- data/lib/google/apis/dialogflow_v2/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2/representations.rb +295 -272
- data/lib/google/apis/dialogflow_v2/service.rb +87 -19
- metadata +4 -4
@@ -100,12 +100,6 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
103
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
110
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
105
|
|
@@ -118,12 +112,6 @@ module Google
|
|
118
112
|
include Google::Apis::Core::JsonObjectSupport
|
119
113
|
end
|
120
114
|
|
121
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
115
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
128
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
117
|
|
@@ -280,24 +268,6 @@ module Google
|
|
280
268
|
include Google::Apis::Core::JsonObjectSupport
|
281
269
|
end
|
282
270
|
|
283
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
-
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
287
|
-
end
|
288
|
-
|
289
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
-
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
293
|
-
end
|
294
|
-
|
295
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
-
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
299
|
-
end
|
300
|
-
|
301
271
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
302
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
273
|
|
@@ -436,12 +406,6 @@ module Google
|
|
436
406
|
include Google::Apis::Core::JsonObjectSupport
|
437
407
|
end
|
438
408
|
|
439
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
409
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
446
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
411
|
|
@@ -592,12 +556,6 @@ module Google
|
|
592
556
|
include Google::Apis::Core::JsonObjectSupport
|
593
557
|
end
|
594
558
|
|
595
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
596
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
-
|
598
|
-
include Google::Apis::Core::JsonObjectSupport
|
599
|
-
end
|
600
|
-
|
601
559
|
class GoogleCloudDialogflowCxV3Webhook
|
602
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
561
|
|
@@ -742,12 +700,6 @@ module Google
|
|
742
700
|
include Google::Apis::Core::JsonObjectSupport
|
743
701
|
end
|
744
702
|
|
745
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
746
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
-
|
748
|
-
include Google::Apis::Core::JsonObjectSupport
|
749
|
-
end
|
750
|
-
|
751
703
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
752
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
705
|
|
@@ -760,12 +712,6 @@ module Google
|
|
760
712
|
include Google::Apis::Core::JsonObjectSupport
|
761
713
|
end
|
762
714
|
|
763
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
764
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
-
|
766
|
-
include Google::Apis::Core::JsonObjectSupport
|
767
|
-
end
|
768
|
-
|
769
715
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
770
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
717
|
|
@@ -922,24 +868,6 @@ module Google
|
|
922
868
|
include Google::Apis::Core::JsonObjectSupport
|
923
869
|
end
|
924
870
|
|
925
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
926
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
-
|
928
|
-
include Google::Apis::Core::JsonObjectSupport
|
929
|
-
end
|
930
|
-
|
931
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
|
932
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
-
|
934
|
-
include Google::Apis::Core::JsonObjectSupport
|
935
|
-
end
|
936
|
-
|
937
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
938
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
-
|
940
|
-
include Google::Apis::Core::JsonObjectSupport
|
941
|
-
end
|
942
|
-
|
943
871
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
944
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
873
|
|
@@ -1078,12 +1006,6 @@ module Google
|
|
1078
1006
|
include Google::Apis::Core::JsonObjectSupport
|
1079
1007
|
end
|
1080
1008
|
|
1081
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
1082
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
-
|
1084
|
-
include Google::Apis::Core::JsonObjectSupport
|
1085
|
-
end
|
1086
|
-
|
1087
1009
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
1088
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
1011
|
|
@@ -1252,12 +1174,6 @@ module Google
|
|
1252
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1175
|
end
|
1254
1176
|
|
1255
|
-
class GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata
|
1256
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
-
|
1258
|
-
include Google::Apis::Core::JsonObjectSupport
|
1259
|
-
end
|
1260
|
-
|
1261
1177
|
class GoogleCloudDialogflowCxV3beta1Webhook
|
1262
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
1179
|
|
@@ -1636,6 +1552,12 @@ module Google
|
|
1636
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1553
|
end
|
1638
1554
|
|
1555
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1639
1561
|
class GoogleCloudDialogflowV2EntityType
|
1640
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
1563
|
|
@@ -1966,6 +1888,18 @@ module Google
|
|
1966
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1967
1889
|
end
|
1968
1890
|
|
1891
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1969
1903
|
class GoogleCloudDialogflowV2InputAudioConfig
|
1970
1904
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
1905
|
|
@@ -2452,6 +2386,48 @@ module Google
|
|
2452
2386
|
include Google::Apis::Core::JsonObjectSupport
|
2453
2387
|
end
|
2454
2388
|
|
2389
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
|
2396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2397
|
+
|
2398
|
+
include Google::Apis::Core::JsonObjectSupport
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
|
2402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2403
|
+
|
2404
|
+
include Google::Apis::Core::JsonObjectSupport
|
2405
|
+
end
|
2406
|
+
|
2407
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec
|
2408
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2409
|
+
|
2410
|
+
include Google::Apis::Core::JsonObjectSupport
|
2411
|
+
end
|
2412
|
+
|
2413
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2415
|
+
|
2416
|
+
include Google::Apis::Core::JsonObjectSupport
|
2417
|
+
end
|
2418
|
+
|
2419
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2421
|
+
|
2422
|
+
include Google::Apis::Core::JsonObjectSupport
|
2423
|
+
end
|
2424
|
+
|
2425
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2427
|
+
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
2429
|
+
end
|
2430
|
+
|
2455
2431
|
class GoogleCloudDialogflowV2SearchKnowledgeResponse
|
2456
2432
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2457
2433
|
|
@@ -2764,6 +2740,12 @@ module Google
|
|
2764
2740
|
include Google::Apis::Core::JsonObjectSupport
|
2765
2741
|
end
|
2766
2742
|
|
2743
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2767
2749
|
class GoogleCloudDialogflowV2beta1EntityType
|
2768
2750
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2769
2751
|
|
@@ -2818,6 +2800,18 @@ module Google
|
|
2818
2800
|
include Google::Apis::Core::JsonObjectSupport
|
2819
2801
|
end
|
2820
2802
|
|
2803
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
2804
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2805
|
+
|
2806
|
+
include Google::Apis::Core::JsonObjectSupport
|
2807
|
+
end
|
2808
|
+
|
2809
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2811
|
+
|
2812
|
+
include Google::Apis::Core::JsonObjectSupport
|
2813
|
+
end
|
2814
|
+
|
2821
2815
|
class GoogleCloudDialogflowV2beta1Intent
|
2822
2816
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2823
2817
|
|
@@ -3184,133 +3178,133 @@ module Google
|
|
3184
3178
|
include Google::Apis::Core::JsonObjectSupport
|
3185
3179
|
end
|
3186
3180
|
|
3187
|
-
class
|
3181
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
3188
3182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
3183
|
|
3190
3184
|
include Google::Apis::Core::JsonObjectSupport
|
3191
3185
|
end
|
3192
3186
|
|
3193
|
-
class
|
3187
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
3194
3188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
3189
|
|
3196
3190
|
include Google::Apis::Core::JsonObjectSupport
|
3197
3191
|
end
|
3198
3192
|
|
3199
|
-
class
|
3193
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
3200
3194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3201
3195
|
|
3202
3196
|
include Google::Apis::Core::JsonObjectSupport
|
3203
3197
|
end
|
3204
3198
|
|
3205
|
-
class
|
3199
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
|
3206
3200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
3201
|
|
3208
3202
|
include Google::Apis::Core::JsonObjectSupport
|
3209
3203
|
end
|
3210
3204
|
|
3211
|
-
class
|
3205
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment
|
3212
3206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
3207
|
|
3214
3208
|
include Google::Apis::Core::JsonObjectSupport
|
3215
3209
|
end
|
3216
3210
|
|
3217
|
-
class
|
3211
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
|
3218
3212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3219
3213
|
|
3220
3214
|
include Google::Apis::Core::JsonObjectSupport
|
3221
3215
|
end
|
3222
3216
|
|
3223
|
-
class
|
3217
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
3224
3218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3225
3219
|
|
3226
3220
|
include Google::Apis::Core::JsonObjectSupport
|
3227
3221
|
end
|
3228
3222
|
|
3229
|
-
class
|
3223
|
+
class GoogleCloudDialogflowV2beta1Sentiment
|
3230
3224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3231
3225
|
|
3232
3226
|
include Google::Apis::Core::JsonObjectSupport
|
3233
3227
|
end
|
3234
3228
|
|
3235
|
-
class
|
3229
|
+
class GoogleCloudDialogflowV2beta1SentimentAnalysisResult
|
3236
3230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
3231
|
|
3238
3232
|
include Google::Apis::Core::JsonObjectSupport
|
3239
3233
|
end
|
3240
3234
|
|
3241
|
-
class
|
3235
|
+
class GoogleCloudDialogflowV2beta1SessionEntityType
|
3242
3236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
3237
|
|
3244
3238
|
include Google::Apis::Core::JsonObjectSupport
|
3245
3239
|
end
|
3246
3240
|
|
3247
|
-
class
|
3241
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
3248
3242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
3243
|
|
3250
3244
|
include Google::Apis::Core::JsonObjectSupport
|
3251
3245
|
end
|
3252
3246
|
|
3253
|
-
class
|
3247
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
3254
3248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
3249
|
|
3256
3250
|
include Google::Apis::Core::JsonObjectSupport
|
3257
3251
|
end
|
3258
3252
|
|
3259
|
-
class
|
3253
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
3260
3254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
3255
|
|
3262
3256
|
include Google::Apis::Core::JsonObjectSupport
|
3263
3257
|
end
|
3264
3258
|
|
3265
|
-
class
|
3259
|
+
class GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse
|
3266
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
3261
|
|
3268
3262
|
include Google::Apis::Core::JsonObjectSupport
|
3269
3263
|
end
|
3270
3264
|
|
3271
|
-
class
|
3265
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
3272
3266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3273
3267
|
|
3274
3268
|
include Google::Apis::Core::JsonObjectSupport
|
3275
3269
|
end
|
3276
3270
|
|
3277
|
-
class
|
3271
|
+
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
3278
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
3273
|
|
3280
3274
|
include Google::Apis::Core::JsonObjectSupport
|
3281
3275
|
end
|
3282
3276
|
|
3283
|
-
class
|
3277
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
3284
3278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3285
3279
|
|
3286
3280
|
include Google::Apis::Core::JsonObjectSupport
|
3287
3281
|
end
|
3288
3282
|
|
3289
|
-
class
|
3283
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
3290
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3291
3285
|
|
3292
3286
|
include Google::Apis::Core::JsonObjectSupport
|
3293
3287
|
end
|
3294
3288
|
|
3295
|
-
class
|
3289
|
+
class GoogleCloudDialogflowV2beta1WebhookRequest
|
3296
3290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3297
3291
|
|
3298
3292
|
include Google::Apis::Core::JsonObjectSupport
|
3299
3293
|
end
|
3300
3294
|
|
3301
|
-
class
|
3295
|
+
class GoogleCloudDialogflowV2beta1WebhookResponse
|
3302
3296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3303
3297
|
|
3304
3298
|
include Google::Apis::Core::JsonObjectSupport
|
3305
3299
|
end
|
3306
3300
|
|
3307
|
-
class
|
3301
|
+
class GoogleCloudDialogflowV3alpha1ConversationSignals
|
3308
3302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3309
3303
|
|
3310
3304
|
include Google::Apis::Core::JsonObjectSupport
|
3311
3305
|
end
|
3312
3306
|
|
3313
|
-
class
|
3307
|
+
class GoogleCloudDialogflowV3alpha1TurnSignals
|
3314
3308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
3309
|
|
3316
3310
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3386,6 +3380,7 @@ module Google
|
|
3386
3380
|
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3387
3381
|
# @private
|
3388
3382
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3383
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
3389
3384
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3390
3385
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3391
3386
|
end
|
@@ -3491,14 +3486,6 @@ module Google
|
|
3491
3486
|
end
|
3492
3487
|
end
|
3493
3488
|
|
3494
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
3495
|
-
# @private
|
3496
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3497
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3498
|
-
|
3499
|
-
end
|
3500
|
-
end
|
3501
|
-
|
3502
3489
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
3503
3490
|
# @private
|
3504
3491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3514,14 +3501,6 @@ module Google
|
|
3514
3501
|
end
|
3515
3502
|
end
|
3516
3503
|
|
3517
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
3518
|
-
# @private
|
3519
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3520
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3521
|
-
|
3522
|
-
end
|
3523
|
-
end
|
3524
|
-
|
3525
3504
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
3526
3505
|
# @private
|
3527
3506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3594,6 +3573,7 @@ module Google
|
|
3594
3573
|
property :name, as: 'name'
|
3595
3574
|
property :target_flow, as: 'targetFlow'
|
3596
3575
|
property :target_page, as: 'targetPage'
|
3576
|
+
property :target_playbook, as: 'targetPlaybook'
|
3597
3577
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3598
3578
|
|
3599
3579
|
end
|
@@ -3761,29 +3741,6 @@ module Google
|
|
3761
3741
|
end
|
3762
3742
|
end
|
3763
3743
|
|
3764
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3765
|
-
# @private
|
3766
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3767
|
-
property :state, as: 'state'
|
3768
|
-
end
|
3769
|
-
end
|
3770
|
-
|
3771
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
3772
|
-
# @private
|
3773
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3774
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3775
|
-
|
3776
|
-
end
|
3777
|
-
end
|
3778
|
-
|
3779
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
3780
|
-
# @private
|
3781
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3782
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
3783
|
-
|
3784
|
-
end
|
3785
|
-
end
|
3786
|
-
|
3787
3744
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
3788
3745
|
# @private
|
3789
3746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4016,14 +3973,6 @@ module Google
|
|
4016
3973
|
end
|
4017
3974
|
end
|
4018
3975
|
|
4019
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
4020
|
-
# @private
|
4021
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4022
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4023
|
-
|
4024
|
-
end
|
4025
|
-
end
|
4026
|
-
|
4027
3976
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
4028
3977
|
# @private
|
4029
3978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4267,14 +4216,6 @@ module Google
|
|
4267
4216
|
end
|
4268
4217
|
end
|
4269
4218
|
|
4270
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
4271
|
-
# @private
|
4272
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4273
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4274
|
-
|
4275
|
-
end
|
4276
|
-
end
|
4277
|
-
|
4278
4219
|
class GoogleCloudDialogflowCxV3Webhook
|
4279
4220
|
# @private
|
4280
4221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4440,6 +4381,7 @@ module Google
|
|
4440
4381
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
4441
4382
|
# @private
|
4442
4383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4384
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
4443
4385
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
4444
4386
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4445
4387
|
end
|
@@ -4545,14 +4487,6 @@ module Google
|
|
4545
4487
|
end
|
4546
4488
|
end
|
4547
4489
|
|
4548
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
4549
|
-
# @private
|
4550
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4551
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4552
|
-
|
4553
|
-
end
|
4554
|
-
end
|
4555
|
-
|
4556
4490
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
4557
4491
|
# @private
|
4558
4492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4568,14 +4502,6 @@ module Google
|
|
4568
4502
|
end
|
4569
4503
|
end
|
4570
4504
|
|
4571
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
4572
|
-
# @private
|
4573
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4574
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4575
|
-
|
4576
|
-
end
|
4577
|
-
end
|
4578
|
-
|
4579
4505
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4580
4506
|
# @private
|
4581
4507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4648,6 +4574,7 @@ module Google
|
|
4648
4574
|
property :name, as: 'name'
|
4649
4575
|
property :target_flow, as: 'targetFlow'
|
4650
4576
|
property :target_page, as: 'targetPage'
|
4577
|
+
property :target_playbook, as: 'targetPlaybook'
|
4651
4578
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4652
4579
|
|
4653
4580
|
end
|
@@ -4815,29 +4742,6 @@ module Google
|
|
4815
4742
|
end
|
4816
4743
|
end
|
4817
4744
|
|
4818
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
4819
|
-
# @private
|
4820
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4821
|
-
property :state, as: 'state'
|
4822
|
-
end
|
4823
|
-
end
|
4824
|
-
|
4825
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
|
4826
|
-
# @private
|
4827
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4828
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4829
|
-
|
4830
|
-
end
|
4831
|
-
end
|
4832
|
-
|
4833
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
4834
|
-
# @private
|
4835
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4836
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
4837
|
-
|
4838
|
-
end
|
4839
|
-
end
|
4840
|
-
|
4841
4745
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
4842
4746
|
# @private
|
4843
4747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5072,14 +4976,6 @@ module Google
|
|
5072
4976
|
end
|
5073
4977
|
end
|
5074
4978
|
|
5075
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
5076
|
-
# @private
|
5077
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5078
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5079
|
-
|
5080
|
-
end
|
5081
|
-
end
|
5082
|
-
|
5083
4979
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
5084
4980
|
# @private
|
5085
4981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5351,14 +5247,6 @@ module Google
|
|
5351
5247
|
end
|
5352
5248
|
end
|
5353
5249
|
|
5354
|
-
class GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata
|
5355
|
-
# @private
|
5356
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5357
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5358
|
-
|
5359
|
-
end
|
5360
|
-
end
|
5361
|
-
|
5362
5250
|
class GoogleCloudDialogflowCxV3beta1Webhook
|
5363
5251
|
# @private
|
5364
5252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5832,6 +5720,8 @@ module Google
|
|
5832
5720
|
property :input_config, as: 'inputConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig::Representation
|
5833
5721
|
|
5834
5722
|
property :name, as: 'name'
|
5723
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
5724
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
5835
5725
|
end
|
5836
5726
|
end
|
5837
5727
|
|
@@ -5865,6 +5755,8 @@ module Google
|
|
5865
5755
|
property :display_name, as: 'displayName'
|
5866
5756
|
property :language_code, as: 'languageCode'
|
5867
5757
|
property :name, as: 'name'
|
5758
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
5759
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
5868
5760
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
5869
5761
|
|
5870
5762
|
property :state, as: 'state'
|
@@ -6055,6 +5947,14 @@ module Google
|
|
6055
5947
|
end
|
6056
5948
|
end
|
6057
5949
|
|
5950
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
5951
|
+
# @private
|
5952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5953
|
+
property :kms_key, as: 'kmsKey'
|
5954
|
+
property :name, as: 'name'
|
5955
|
+
end
|
5956
|
+
end
|
5957
|
+
|
6058
5958
|
class GoogleCloudDialogflowV2EntityType
|
6059
5959
|
# @private
|
6060
5960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6415,6 +6315,7 @@ module Google
|
|
6415
6315
|
property :confidence_threshold, as: 'confidenceThreshold'
|
6416
6316
|
property :context_filter_settings, as: 'contextFilterSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings::Representation
|
6417
6317
|
|
6318
|
+
property :context_size, as: 'contextSize'
|
6418
6319
|
property :dialogflow_query_source, as: 'dialogflowQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource::Representation
|
6419
6320
|
|
6420
6321
|
property :document_query_source, as: 'documentQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource::Representation
|
@@ -6590,6 +6491,22 @@ module Google
|
|
6590
6491
|
end
|
6591
6492
|
end
|
6592
6493
|
|
6494
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
6495
|
+
# @private
|
6496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6497
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
|
6498
|
+
|
6499
|
+
end
|
6500
|
+
end
|
6501
|
+
|
6502
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
6503
|
+
# @private
|
6504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6505
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EncryptionSpec::Representation
|
6506
|
+
|
6507
|
+
end
|
6508
|
+
end
|
6509
|
+
|
6593
6510
|
class GoogleCloudDialogflowV2InputAudioConfig
|
6594
6511
|
# @private
|
6595
6512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6602,6 +6519,7 @@ module Google
|
|
6602
6519
|
property :model_variant, as: 'modelVariant'
|
6603
6520
|
property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
|
6604
6521
|
collection :phrase_hints, as: 'phraseHints'
|
6522
|
+
collection :phrase_sets, as: 'phraseSets'
|
6605
6523
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6606
6524
|
property :single_utterance, as: 'singleUtterance'
|
6607
6525
|
collection :speech_contexts, as: 'speechContexts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechContext::Representation
|
@@ -7042,6 +6960,7 @@ module Google
|
|
7042
6960
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
7043
6961
|
# @private
|
7044
6962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6963
|
+
hash :metadata, as: 'metadata'
|
7045
6964
|
property :text, as: 'text'
|
7046
6965
|
property :title, as: 'title'
|
7047
6966
|
property :uri, as: 'uri'
|
@@ -7414,6 +7333,7 @@ module Google
|
|
7414
7333
|
class GoogleCloudDialogflowV2SearchKnowledgeAnswerAnswerSource
|
7415
7334
|
# @private
|
7416
7335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7336
|
+
hash :metadata, as: 'metadata'
|
7417
7337
|
property :snippet, as: 'snippet'
|
7418
7338
|
property :title, as: 'title'
|
7419
7339
|
property :uri, as: 'uri'
|
@@ -7425,14 +7345,83 @@ module Google
|
|
7425
7345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7426
7346
|
property :conversation, as: 'conversation'
|
7427
7347
|
property :conversation_profile, as: 'conversationProfile'
|
7348
|
+
hash :end_user_metadata, as: 'endUserMetadata'
|
7349
|
+
property :exact_search, as: 'exactSearch'
|
7428
7350
|
property :latest_message, as: 'latestMessage'
|
7429
7351
|
property :parent, as: 'parent'
|
7430
7352
|
property :query, as: 'query', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput::Representation
|
7431
7353
|
|
7354
|
+
property :query_source, as: 'querySource'
|
7355
|
+
property :search_config, as: 'searchConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig::Representation
|
7356
|
+
|
7432
7357
|
property :session_id, as: 'sessionId'
|
7433
7358
|
end
|
7434
7359
|
end
|
7435
7360
|
|
7361
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig
|
7362
|
+
# @private
|
7363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7364
|
+
collection :boost_specs, as: 'boostSpecs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs::Representation
|
7365
|
+
|
7366
|
+
collection :filter_specs, as: 'filterSpecs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs::Representation
|
7367
|
+
|
7368
|
+
end
|
7369
|
+
end
|
7370
|
+
|
7371
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
|
7372
|
+
# @private
|
7373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7374
|
+
collection :data_stores, as: 'dataStores'
|
7375
|
+
collection :spec, as: 'spec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec::Representation
|
7376
|
+
|
7377
|
+
end
|
7378
|
+
end
|
7379
|
+
|
7380
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
|
7381
|
+
# @private
|
7382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7383
|
+
collection :condition_boost_specs, as: 'conditionBoostSpecs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec::Representation
|
7384
|
+
|
7385
|
+
end
|
7386
|
+
end
|
7387
|
+
|
7388
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec
|
7389
|
+
# @private
|
7390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7391
|
+
property :boost, as: 'boost'
|
7392
|
+
property :boost_control_spec, as: 'boostControlSpec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec::Representation
|
7393
|
+
|
7394
|
+
property :condition, as: 'condition'
|
7395
|
+
end
|
7396
|
+
end
|
7397
|
+
|
7398
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec
|
7399
|
+
# @private
|
7400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7401
|
+
property :attribute_type, as: 'attributeType'
|
7402
|
+
collection :control_points, as: 'controlPoints', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint::Representation
|
7403
|
+
|
7404
|
+
property :field_name, as: 'fieldName'
|
7405
|
+
property :interpolation_type, as: 'interpolationType'
|
7406
|
+
end
|
7407
|
+
end
|
7408
|
+
|
7409
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
7410
|
+
# @private
|
7411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7412
|
+
property :attribute_value, as: 'attributeValue'
|
7413
|
+
property :boost_amount, as: 'boostAmount'
|
7414
|
+
end
|
7415
|
+
end
|
7416
|
+
|
7417
|
+
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
|
7418
|
+
# @private
|
7419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7420
|
+
collection :data_stores, as: 'dataStores'
|
7421
|
+
property :filter, as: 'filter'
|
7422
|
+
end
|
7423
|
+
end
|
7424
|
+
|
7436
7425
|
class GoogleCloudDialogflowV2SearchKnowledgeResponse
|
7437
7426
|
# @private
|
7438
7427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7539,11 +7528,11 @@ module Google
|
|
7539
7528
|
class GoogleCloudDialogflowV2SpeechToTextConfig
|
7540
7529
|
# @private
|
7541
7530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7542
|
-
collection :alternative_language_codes, as: 'alternativeLanguageCodes'
|
7543
7531
|
property :audio_encoding, as: 'audioEncoding'
|
7544
7532
|
property :enable_word_info, as: 'enableWordInfo'
|
7545
7533
|
property :language_code, as: 'languageCode'
|
7546
7534
|
property :model, as: 'model'
|
7535
|
+
collection :phrase_sets, as: 'phraseSets'
|
7547
7536
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
7548
7537
|
property :speech_model_variant, as: 'speechModelVariant'
|
7549
7538
|
property :use_timeout_based_endpointing, as: 'useTimeoutBasedEndpointing'
|
@@ -7928,6 +7917,14 @@ module Google
|
|
7928
7917
|
end
|
7929
7918
|
end
|
7930
7919
|
|
7920
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
7921
|
+
# @private
|
7922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7923
|
+
property :kms_key, as: 'kmsKey'
|
7924
|
+
property :name, as: 'name'
|
7925
|
+
end
|
7926
|
+
end
|
7927
|
+
|
7931
7928
|
class GoogleCloudDialogflowV2beta1EntityType
|
7932
7929
|
# @private
|
7933
7930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8011,6 +8008,22 @@ module Google
|
|
8011
8008
|
end
|
8012
8009
|
end
|
8013
8010
|
|
8011
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
8012
|
+
# @private
|
8013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8014
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
|
8015
|
+
|
8016
|
+
end
|
8017
|
+
end
|
8018
|
+
|
8019
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
8020
|
+
# @private
|
8021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8022
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
|
8023
|
+
|
8024
|
+
end
|
8025
|
+
end
|
8026
|
+
|
8014
8027
|
class GoogleCloudDialogflowV2beta1Intent
|
8015
8028
|
# @private
|
8016
8029
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8576,6 +8589,7 @@ module Google
|
|
8576
8589
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8577
8590
|
# @private
|
8578
8591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8592
|
+
hash :metadata, as: 'metadata'
|
8579
8593
|
property :text, as: 'text'
|
8580
8594
|
property :title, as: 'title'
|
8581
8595
|
property :uri, as: 'uri'
|
@@ -8610,6 +8624,8 @@ module Google
|
|
8610
8624
|
property :name, as: 'name'
|
8611
8625
|
property :participant, as: 'participant'
|
8612
8626
|
property :participant_role, as: 'participantRole'
|
8627
|
+
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
8628
|
+
|
8613
8629
|
property :send_time, as: 'sendTime'
|
8614
8630
|
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
8615
8631
|
|
@@ -8662,6 +8678,68 @@ module Google
|
|
8662
8678
|
end
|
8663
8679
|
end
|
8664
8680
|
|
8681
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
8682
|
+
# @private
|
8683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8684
|
+
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction::Representation
|
8685
|
+
|
8686
|
+
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff::Representation
|
8687
|
+
|
8688
|
+
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio::Representation
|
8689
|
+
|
8690
|
+
hash :payload, as: 'payload'
|
8691
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall::Representation
|
8692
|
+
|
8693
|
+
property :text, as: 'text', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageText, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageText::Representation
|
8694
|
+
|
8695
|
+
end
|
8696
|
+
end
|
8697
|
+
|
8698
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
8699
|
+
# @private
|
8700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8701
|
+
end
|
8702
|
+
end
|
8703
|
+
|
8704
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
8705
|
+
# @private
|
8706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8707
|
+
hash :metadata, as: 'metadata'
|
8708
|
+
end
|
8709
|
+
end
|
8710
|
+
|
8711
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
|
8712
|
+
# @private
|
8713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8714
|
+
collection :segments, as: 'segments', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment::Representation
|
8715
|
+
|
8716
|
+
end
|
8717
|
+
end
|
8718
|
+
|
8719
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment
|
8720
|
+
# @private
|
8721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8722
|
+
property :allow_playback_interruption, as: 'allowPlaybackInterruption'
|
8723
|
+
property :audio, :base64 => true, as: 'audio'
|
8724
|
+
property :uri, as: 'uri'
|
8725
|
+
end
|
8726
|
+
end
|
8727
|
+
|
8728
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
|
8729
|
+
# @private
|
8730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8731
|
+
property :phone_number, as: 'phoneNumber'
|
8732
|
+
property :sip_uri, as: 'sipUri'
|
8733
|
+
end
|
8734
|
+
end
|
8735
|
+
|
8736
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
8737
|
+
# @private
|
8738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8739
|
+
collection :text, as: 'text'
|
8740
|
+
end
|
8741
|
+
end
|
8742
|
+
|
8665
8743
|
class GoogleCloudDialogflowV2beta1Sentiment
|
8666
8744
|
# @private
|
8667
8745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8818,53 +8896,6 @@ module Google
|
|
8818
8896
|
end
|
8819
8897
|
end
|
8820
8898
|
|
8821
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
8822
|
-
# @private
|
8823
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8824
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8825
|
-
|
8826
|
-
end
|
8827
|
-
end
|
8828
|
-
|
8829
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
8830
|
-
# @private
|
8831
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8832
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8833
|
-
|
8834
|
-
end
|
8835
|
-
end
|
8836
|
-
|
8837
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
8838
|
-
# @private
|
8839
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8840
|
-
property :state, as: 'state'
|
8841
|
-
end
|
8842
|
-
end
|
8843
|
-
|
8844
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
8845
|
-
# @private
|
8846
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8847
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8848
|
-
|
8849
|
-
end
|
8850
|
-
end
|
8851
|
-
|
8852
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
8853
|
-
# @private
|
8854
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8855
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
8856
|
-
|
8857
|
-
end
|
8858
|
-
end
|
8859
|
-
|
8860
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
8861
|
-
# @private
|
8862
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8863
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8864
|
-
|
8865
|
-
end
|
8866
|
-
end
|
8867
|
-
|
8868
8899
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
8869
8900
|
# @private
|
8870
8901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8882,14 +8913,6 @@ module Google
|
|
8882
8913
|
end
|
8883
8914
|
end
|
8884
8915
|
|
8885
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
8886
|
-
# @private
|
8887
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8888
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8889
|
-
|
8890
|
-
end
|
8891
|
-
end
|
8892
|
-
|
8893
8916
|
class GoogleCloudLocationListLocationsResponse
|
8894
8917
|
# @private
|
8895
8918
|
class Representation < Google::Apis::Core::JsonRepresentation
|