google-apis-dialogflow_v2beta1 0.90.0 → 0.92.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_v2beta1/classes.rb +666 -451
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +272 -292
- data/lib/google/apis/dialogflow_v2beta1/service.rb +249 -10
- 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
|
|
@@ -1414,6 +1330,12 @@ module Google
|
|
1414
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1415
1331
|
end
|
1416
1332
|
|
1333
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1417
1339
|
class GoogleCloudDialogflowV2EntityType
|
1418
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
1341
|
|
@@ -1480,6 +1402,18 @@ module Google
|
|
1480
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1481
1403
|
end
|
1482
1404
|
|
1405
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1483
1417
|
class GoogleCloudDialogflowV2InputDataset
|
1484
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
1419
|
|
@@ -2032,6 +1966,18 @@ module Google
|
|
2032
1966
|
include Google::Apis::Core::JsonObjectSupport
|
2033
1967
|
end
|
2034
1968
|
|
1969
|
+
class GoogleCloudDialogflowV2beta1Connection
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudDialogflowV2beta1ConnectionErrorDetails
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
2035
1981
|
class GoogleCloudDialogflowV2beta1Context
|
2036
1982
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
1983
|
|
@@ -2110,6 +2056,12 @@ module Google
|
|
2110
2056
|
include Google::Apis::Core::JsonObjectSupport
|
2111
2057
|
end
|
2112
2058
|
|
2059
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2113
2065
|
class GoogleCloudDialogflowV2beta1EntityType
|
2114
2066
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
2067
|
|
@@ -2404,6 +2356,18 @@ module Google
|
|
2404
2356
|
include Google::Apis::Core::JsonObjectSupport
|
2405
2357
|
end
|
2406
2358
|
|
2359
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
2360
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2361
|
+
|
2362
|
+
include Google::Apis::Core::JsonObjectSupport
|
2363
|
+
end
|
2364
|
+
|
2365
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2367
|
+
|
2368
|
+
include Google::Apis::Core::JsonObjectSupport
|
2369
|
+
end
|
2370
|
+
|
2407
2371
|
class GoogleCloudDialogflowV2beta1InputAudioConfig
|
2408
2372
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2409
2373
|
|
@@ -2848,6 +2812,12 @@ module Google
|
|
2848
2812
|
include Google::Apis::Core::JsonObjectSupport
|
2849
2813
|
end
|
2850
2814
|
|
2815
|
+
class GoogleCloudDialogflowV2beta1ListSipTrunksResponse
|
2816
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2817
|
+
|
2818
|
+
include Google::Apis::Core::JsonObjectSupport
|
2819
|
+
end
|
2820
|
+
|
2851
2821
|
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
2852
2822
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
2823
|
|
@@ -3010,6 +2980,48 @@ module Google
|
|
3010
2980
|
include Google::Apis::Core::JsonObjectSupport
|
3011
2981
|
end
|
3012
2982
|
|
2983
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig
|
2984
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
|
+
|
2986
|
+
include Google::Apis::Core::JsonObjectSupport
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
|
+
|
2992
|
+
include Google::Apis::Core::JsonObjectSupport
|
2993
|
+
end
|
2994
|
+
|
2995
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
|
2996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
|
+
|
2998
|
+
include Google::Apis::Core::JsonObjectSupport
|
2999
|
+
end
|
3000
|
+
|
3001
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec
|
3002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
+
|
3004
|
+
include Google::Apis::Core::JsonObjectSupport
|
3005
|
+
end
|
3006
|
+
|
3007
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec
|
3008
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3009
|
+
|
3010
|
+
include Google::Apis::Core::JsonObjectSupport
|
3011
|
+
end
|
3012
|
+
|
3013
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
|
+
|
3016
|
+
include Google::Apis::Core::JsonObjectSupport
|
3017
|
+
end
|
3018
|
+
|
3019
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
|
3020
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3021
|
+
|
3022
|
+
include Google::Apis::Core::JsonObjectSupport
|
3023
|
+
end
|
3024
|
+
|
3013
3025
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
3014
3026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
3027
|
|
@@ -3052,6 +3064,12 @@ module Google
|
|
3052
3064
|
include Google::Apis::Core::JsonObjectSupport
|
3053
3065
|
end
|
3054
3066
|
|
3067
|
+
class GoogleCloudDialogflowV2beta1SipTrunk
|
3068
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3069
|
+
|
3070
|
+
include Google::Apis::Core::JsonObjectSupport
|
3071
|
+
end
|
3072
|
+
|
3055
3073
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
3056
3074
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3057
3075
|
|
@@ -3286,54 +3304,12 @@ module Google
|
|
3286
3304
|
include Google::Apis::Core::JsonObjectSupport
|
3287
3305
|
end
|
3288
3306
|
|
3289
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
3290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3291
|
-
|
3292
|
-
include Google::Apis::Core::JsonObjectSupport
|
3293
|
-
end
|
3294
|
-
|
3295
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
3296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3297
|
-
|
3298
|
-
include Google::Apis::Core::JsonObjectSupport
|
3299
|
-
end
|
3300
|
-
|
3301
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
3302
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3303
|
-
|
3304
|
-
include Google::Apis::Core::JsonObjectSupport
|
3305
|
-
end
|
3306
|
-
|
3307
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
3308
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3309
|
-
|
3310
|
-
include Google::Apis::Core::JsonObjectSupport
|
3311
|
-
end
|
3312
|
-
|
3313
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
3314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
|
-
|
3316
|
-
include Google::Apis::Core::JsonObjectSupport
|
3317
|
-
end
|
3318
|
-
|
3319
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
3320
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3321
|
-
|
3322
|
-
include Google::Apis::Core::JsonObjectSupport
|
3323
|
-
end
|
3324
|
-
|
3325
3307
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
3326
3308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
3309
|
|
3328
3310
|
include Google::Apis::Core::JsonObjectSupport
|
3329
3311
|
end
|
3330
3312
|
|
3331
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
3332
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
-
|
3334
|
-
include Google::Apis::Core::JsonObjectSupport
|
3335
|
-
end
|
3336
|
-
|
3337
3313
|
class GoogleCloudLocationListLocationsResponse
|
3338
3314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
3315
|
|
@@ -3404,6 +3380,7 @@ module Google
|
|
3404
3380
|
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3405
3381
|
# @private
|
3406
3382
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3383
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
3407
3384
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3408
3385
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3409
3386
|
end
|
@@ -3509,14 +3486,6 @@ module Google
|
|
3509
3486
|
end
|
3510
3487
|
end
|
3511
3488
|
|
3512
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
3513
|
-
# @private
|
3514
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3515
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3516
|
-
|
3517
|
-
end
|
3518
|
-
end
|
3519
|
-
|
3520
3489
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
3521
3490
|
# @private
|
3522
3491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3532,14 +3501,6 @@ module Google
|
|
3532
3501
|
end
|
3533
3502
|
end
|
3534
3503
|
|
3535
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
3536
|
-
# @private
|
3537
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3538
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3539
|
-
|
3540
|
-
end
|
3541
|
-
end
|
3542
|
-
|
3543
3504
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
3544
3505
|
# @private
|
3545
3506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3612,6 +3573,7 @@ module Google
|
|
3612
3573
|
property :name, as: 'name'
|
3613
3574
|
property :target_flow, as: 'targetFlow'
|
3614
3575
|
property :target_page, as: 'targetPage'
|
3576
|
+
property :target_playbook, as: 'targetPlaybook'
|
3615
3577
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3616
3578
|
|
3617
3579
|
end
|
@@ -3779,29 +3741,6 @@ module Google
|
|
3779
3741
|
end
|
3780
3742
|
end
|
3781
3743
|
|
3782
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3783
|
-
# @private
|
3784
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3785
|
-
property :state, as: 'state'
|
3786
|
-
end
|
3787
|
-
end
|
3788
|
-
|
3789
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
3790
|
-
# @private
|
3791
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3792
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3793
|
-
|
3794
|
-
end
|
3795
|
-
end
|
3796
|
-
|
3797
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
3798
|
-
# @private
|
3799
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3800
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
3801
|
-
|
3802
|
-
end
|
3803
|
-
end
|
3804
|
-
|
3805
3744
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
3806
3745
|
# @private
|
3807
3746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4034,14 +3973,6 @@ module Google
|
|
4034
3973
|
end
|
4035
3974
|
end
|
4036
3975
|
|
4037
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
4038
|
-
# @private
|
4039
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4040
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4041
|
-
|
4042
|
-
end
|
4043
|
-
end
|
4044
|
-
|
4045
3976
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
4046
3977
|
# @private
|
4047
3978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4285,14 +4216,6 @@ module Google
|
|
4285
4216
|
end
|
4286
4217
|
end
|
4287
4218
|
|
4288
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
4289
|
-
# @private
|
4290
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4291
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4292
|
-
|
4293
|
-
end
|
4294
|
-
end
|
4295
|
-
|
4296
4219
|
class GoogleCloudDialogflowCxV3Webhook
|
4297
4220
|
# @private
|
4298
4221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4458,6 +4381,7 @@ module Google
|
|
4458
4381
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
4459
4382
|
# @private
|
4460
4383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4384
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
4461
4385
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
4462
4386
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4463
4387
|
end
|
@@ -4563,14 +4487,6 @@ module Google
|
|
4563
4487
|
end
|
4564
4488
|
end
|
4565
4489
|
|
4566
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
4567
|
-
# @private
|
4568
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4569
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4570
|
-
|
4571
|
-
end
|
4572
|
-
end
|
4573
|
-
|
4574
4490
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
4575
4491
|
# @private
|
4576
4492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4586,14 +4502,6 @@ module Google
|
|
4586
4502
|
end
|
4587
4503
|
end
|
4588
4504
|
|
4589
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
4590
|
-
# @private
|
4591
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4592
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4593
|
-
|
4594
|
-
end
|
4595
|
-
end
|
4596
|
-
|
4597
4505
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4598
4506
|
# @private
|
4599
4507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4666,6 +4574,7 @@ module Google
|
|
4666
4574
|
property :name, as: 'name'
|
4667
4575
|
property :target_flow, as: 'targetFlow'
|
4668
4576
|
property :target_page, as: 'targetPage'
|
4577
|
+
property :target_playbook, as: 'targetPlaybook'
|
4669
4578
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4670
4579
|
|
4671
4580
|
end
|
@@ -4833,29 +4742,6 @@ module Google
|
|
4833
4742
|
end
|
4834
4743
|
end
|
4835
4744
|
|
4836
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
4837
|
-
# @private
|
4838
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4839
|
-
property :state, as: 'state'
|
4840
|
-
end
|
4841
|
-
end
|
4842
|
-
|
4843
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
|
4844
|
-
# @private
|
4845
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4846
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4847
|
-
|
4848
|
-
end
|
4849
|
-
end
|
4850
|
-
|
4851
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
4852
|
-
# @private
|
4853
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4854
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4855
|
-
|
4856
|
-
end
|
4857
|
-
end
|
4858
|
-
|
4859
4745
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
4860
4746
|
# @private
|
4861
4747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5090,14 +4976,6 @@ module Google
|
|
5090
4976
|
end
|
5091
4977
|
end
|
5092
4978
|
|
5093
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
5094
|
-
# @private
|
5095
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5096
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5097
|
-
|
5098
|
-
end
|
5099
|
-
end
|
5100
|
-
|
5101
4979
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
5102
4980
|
# @private
|
5103
4981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5369,14 +5247,6 @@ module Google
|
|
5369
5247
|
end
|
5370
5248
|
end
|
5371
5249
|
|
5372
|
-
class GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata
|
5373
|
-
# @private
|
5374
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5375
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5376
|
-
|
5377
|
-
end
|
5378
|
-
end
|
5379
|
-
|
5380
5250
|
class GoogleCloudDialogflowCxV3beta1Webhook
|
5381
5251
|
# @private
|
5382
5252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5600,6 +5470,8 @@ module Google
|
|
5600
5470
|
property :display_name, as: 'displayName'
|
5601
5471
|
property :language_code, as: 'languageCode'
|
5602
5472
|
property :name, as: 'name'
|
5473
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
5474
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
5603
5475
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
5604
5476
|
|
5605
5477
|
property :state, as: 'state'
|
@@ -5654,6 +5526,14 @@ module Google
|
|
5654
5526
|
end
|
5655
5527
|
end
|
5656
5528
|
|
5529
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
5530
|
+
# @private
|
5531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5532
|
+
property :kms_key, as: 'kmsKey'
|
5533
|
+
property :name, as: 'name'
|
5534
|
+
end
|
5535
|
+
end
|
5536
|
+
|
5657
5537
|
class GoogleCloudDialogflowV2EntityType
|
5658
5538
|
# @private
|
5659
5539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5755,6 +5635,22 @@ module Google
|
|
5755
5635
|
end
|
5756
5636
|
end
|
5757
5637
|
|
5638
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
5639
|
+
# @private
|
5640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5641
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
|
5642
|
+
|
5643
|
+
end
|
5644
|
+
end
|
5645
|
+
|
5646
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
5647
|
+
# @private
|
5648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5649
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EncryptionSpec::Representation
|
5650
|
+
|
5651
|
+
end
|
5652
|
+
end
|
5653
|
+
|
5758
5654
|
class GoogleCloudDialogflowV2InputDataset
|
5759
5655
|
# @private
|
5760
5656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6163,6 +6059,7 @@ module Google
|
|
6163
6059
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
6164
6060
|
# @private
|
6165
6061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6062
|
+
hash :metadata, as: 'metadata'
|
6166
6063
|
property :text, as: 'text'
|
6167
6064
|
property :title, as: 'title'
|
6168
6065
|
property :uri, as: 'uri'
|
@@ -6742,6 +6639,25 @@ module Google
|
|
6742
6639
|
end
|
6743
6640
|
end
|
6744
6641
|
|
6642
|
+
class GoogleCloudDialogflowV2beta1Connection
|
6643
|
+
# @private
|
6644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6645
|
+
property :connection_id, as: 'connectionId'
|
6646
|
+
property :error_details, as: 'errorDetails', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConnectionErrorDetails, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConnectionErrorDetails::Representation
|
6647
|
+
|
6648
|
+
property :state, as: 'state'
|
6649
|
+
property :update_time, as: 'updateTime'
|
6650
|
+
end
|
6651
|
+
end
|
6652
|
+
|
6653
|
+
class GoogleCloudDialogflowV2beta1ConnectionErrorDetails
|
6654
|
+
# @private
|
6655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6656
|
+
property :certificate_state, as: 'certificateState'
|
6657
|
+
property :error_message, as: 'errorMessage'
|
6658
|
+
end
|
6659
|
+
end
|
6660
|
+
|
6745
6661
|
class GoogleCloudDialogflowV2beta1Context
|
6746
6662
|
# @private
|
6747
6663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6905,6 +6821,14 @@ module Google
|
|
6905
6821
|
end
|
6906
6822
|
end
|
6907
6823
|
|
6824
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
6825
|
+
# @private
|
6826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6827
|
+
property :kms_key, as: 'kmsKey'
|
6828
|
+
property :name, as: 'name'
|
6829
|
+
end
|
6830
|
+
end
|
6831
|
+
|
6908
6832
|
class GoogleCloudDialogflowV2beta1EntityType
|
6909
6833
|
# @private
|
6910
6834
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7234,6 +7158,7 @@ module Google
|
|
7234
7158
|
property :confidence_threshold, as: 'confidenceThreshold'
|
7235
7159
|
property :context_filter_settings, as: 'contextFilterSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings::Representation
|
7236
7160
|
|
7161
|
+
property :context_size, as: 'contextSize'
|
7237
7162
|
property :dialogflow_query_source, as: 'dialogflowQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource::Representation
|
7238
7163
|
|
7239
7164
|
property :document_query_source, as: 'documentQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource::Representation
|
@@ -7383,6 +7308,22 @@ module Google
|
|
7383
7308
|
end
|
7384
7309
|
end
|
7385
7310
|
|
7311
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
7312
|
+
# @private
|
7313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7314
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
|
7315
|
+
|
7316
|
+
end
|
7317
|
+
end
|
7318
|
+
|
7319
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
7320
|
+
# @private
|
7321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7322
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
|
7323
|
+
|
7324
|
+
end
|
7325
|
+
end
|
7326
|
+
|
7386
7327
|
class GoogleCloudDialogflowV2beta1InputAudioConfig
|
7387
7328
|
# @private
|
7388
7329
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7398,6 +7339,7 @@ module Google
|
|
7398
7339
|
property :model_variant, as: 'modelVariant'
|
7399
7340
|
property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
|
7400
7341
|
collection :phrase_hints, as: 'phraseHints'
|
7342
|
+
collection :phrase_sets, as: 'phraseSets'
|
7401
7343
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
7402
7344
|
property :single_utterance, as: 'singleUtterance'
|
7403
7345
|
collection :speech_contexts, as: 'speechContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext::Representation
|
@@ -7986,6 +7928,7 @@ module Google
|
|
7986
7928
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
7987
7929
|
# @private
|
7988
7930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7931
|
+
hash :metadata, as: 'metadata'
|
7989
7932
|
property :text, as: 'text'
|
7990
7933
|
property :title, as: 'title'
|
7991
7934
|
property :uri, as: 'uri'
|
@@ -8135,6 +8078,15 @@ module Google
|
|
8135
8078
|
end
|
8136
8079
|
end
|
8137
8080
|
|
8081
|
+
class GoogleCloudDialogflowV2beta1ListSipTrunksResponse
|
8082
|
+
# @private
|
8083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8084
|
+
property :next_page_token, as: 'nextPageToken'
|
8085
|
+
collection :sip_trunks, as: 'sipTrunks', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SipTrunk, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SipTrunk::Representation
|
8086
|
+
|
8087
|
+
end
|
8088
|
+
end
|
8089
|
+
|
8138
8090
|
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
8139
8091
|
# @private
|
8140
8092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8171,6 +8123,8 @@ module Google
|
|
8171
8123
|
property :name, as: 'name'
|
8172
8124
|
property :participant, as: 'participant'
|
8173
8125
|
property :participant_role, as: 'participantRole'
|
8126
|
+
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
8127
|
+
|
8174
8128
|
property :send_time, as: 'sendTime'
|
8175
8129
|
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
8176
8130
|
|
@@ -8408,6 +8362,7 @@ module Google
|
|
8408
8362
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource
|
8409
8363
|
# @private
|
8410
8364
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8365
|
+
hash :metadata, as: 'metadata'
|
8411
8366
|
property :snippet, as: 'snippet'
|
8412
8367
|
property :title, as: 'title'
|
8413
8368
|
property :uri, as: 'uri'
|
@@ -8419,14 +8374,83 @@ module Google
|
|
8419
8374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8420
8375
|
property :conversation, as: 'conversation'
|
8421
8376
|
property :conversation_profile, as: 'conversationProfile'
|
8377
|
+
hash :end_user_metadata, as: 'endUserMetadata'
|
8378
|
+
property :exact_search, as: 'exactSearch'
|
8422
8379
|
property :latest_message, as: 'latestMessage'
|
8423
8380
|
property :parent, as: 'parent'
|
8424
8381
|
property :query, as: 'query', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
8425
8382
|
|
8383
|
+
property :query_source, as: 'querySource'
|
8384
|
+
property :search_config, as: 'searchConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig::Representation
|
8385
|
+
|
8426
8386
|
property :session_id, as: 'sessionId'
|
8427
8387
|
end
|
8428
8388
|
end
|
8429
8389
|
|
8390
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig
|
8391
|
+
# @private
|
8392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8393
|
+
collection :boost_specs, as: 'boostSpecs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs::Representation
|
8394
|
+
|
8395
|
+
collection :filter_specs, as: 'filterSpecs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs::Representation
|
8396
|
+
|
8397
|
+
end
|
8398
|
+
end
|
8399
|
+
|
8400
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs
|
8401
|
+
# @private
|
8402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8403
|
+
collection :data_stores, as: 'dataStores'
|
8404
|
+
collection :spec, as: 'spec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec::Representation
|
8405
|
+
|
8406
|
+
end
|
8407
|
+
end
|
8408
|
+
|
8409
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
|
8410
|
+
# @private
|
8411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8412
|
+
collection :condition_boost_specs, as: 'conditionBoostSpecs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec::Representation
|
8413
|
+
|
8414
|
+
end
|
8415
|
+
end
|
8416
|
+
|
8417
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec
|
8418
|
+
# @private
|
8419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8420
|
+
property :boost, as: 'boost'
|
8421
|
+
property :boost_control_spec, as: 'boostControlSpec', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec::Representation
|
8422
|
+
|
8423
|
+
property :condition, as: 'condition'
|
8424
|
+
end
|
8425
|
+
end
|
8426
|
+
|
8427
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec
|
8428
|
+
# @private
|
8429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8430
|
+
property :attribute_type, as: 'attributeType'
|
8431
|
+
collection :control_points, as: 'controlPoints', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint::Representation
|
8432
|
+
|
8433
|
+
property :field_name, as: 'fieldName'
|
8434
|
+
property :interpolation_type, as: 'interpolationType'
|
8435
|
+
end
|
8436
|
+
end
|
8437
|
+
|
8438
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
8439
|
+
# @private
|
8440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8441
|
+
property :attribute_value, as: 'attributeValue'
|
8442
|
+
property :boost_amount, as: 'boostAmount'
|
8443
|
+
end
|
8444
|
+
end
|
8445
|
+
|
8446
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
|
8447
|
+
# @private
|
8448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8449
|
+
collection :data_stores, as: 'dataStores'
|
8450
|
+
property :filter, as: 'filter'
|
8451
|
+
end
|
8452
|
+
end
|
8453
|
+
|
8430
8454
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
8431
8455
|
# @private
|
8432
8456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8488,6 +8512,17 @@ module Google
|
|
8488
8512
|
end
|
8489
8513
|
end
|
8490
8514
|
|
8515
|
+
class GoogleCloudDialogflowV2beta1SipTrunk
|
8516
|
+
# @private
|
8517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8518
|
+
collection :connections, as: 'connections', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Connection, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Connection::Representation
|
8519
|
+
|
8520
|
+
property :display_name, as: 'displayName'
|
8521
|
+
collection :expected_hostname, as: 'expectedHostname'
|
8522
|
+
property :name, as: 'name'
|
8523
|
+
end
|
8524
|
+
end
|
8525
|
+
|
8491
8526
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
8492
8527
|
# @private
|
8493
8528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8508,11 +8543,11 @@ module Google
|
|
8508
8543
|
class GoogleCloudDialogflowV2beta1SpeechToTextConfig
|
8509
8544
|
# @private
|
8510
8545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8511
|
-
collection :alternative_language_codes, as: 'alternativeLanguageCodes'
|
8512
8546
|
property :audio_encoding, as: 'audioEncoding'
|
8513
8547
|
property :enable_word_info, as: 'enableWordInfo'
|
8514
8548
|
property :language_code, as: 'languageCode'
|
8515
8549
|
property :model, as: 'model'
|
8550
|
+
collection :phrase_sets, as: 'phraseSets'
|
8516
8551
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
8517
8552
|
property :speech_model_variant, as: 'speechModelVariant'
|
8518
8553
|
property :use_timeout_based_endpointing, as: 'useTimeoutBasedEndpointing'
|
@@ -8887,53 +8922,6 @@ module Google
|
|
8887
8922
|
end
|
8888
8923
|
end
|
8889
8924
|
|
8890
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
8891
|
-
# @private
|
8892
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8893
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8894
|
-
|
8895
|
-
end
|
8896
|
-
end
|
8897
|
-
|
8898
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
8899
|
-
# @private
|
8900
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8901
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8902
|
-
|
8903
|
-
end
|
8904
|
-
end
|
8905
|
-
|
8906
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
8907
|
-
# @private
|
8908
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8909
|
-
property :state, as: 'state'
|
8910
|
-
end
|
8911
|
-
end
|
8912
|
-
|
8913
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
8914
|
-
# @private
|
8915
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8916
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8917
|
-
|
8918
|
-
end
|
8919
|
-
end
|
8920
|
-
|
8921
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
8922
|
-
# @private
|
8923
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8924
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
8925
|
-
|
8926
|
-
end
|
8927
|
-
end
|
8928
|
-
|
8929
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
8930
|
-
# @private
|
8931
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8932
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8933
|
-
|
8934
|
-
end
|
8935
|
-
end
|
8936
|
-
|
8937
8925
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
8938
8926
|
# @private
|
8939
8927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8951,14 +8939,6 @@ module Google
|
|
8951
8939
|
end
|
8952
8940
|
end
|
8953
8941
|
|
8954
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
8955
|
-
# @private
|
8956
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8957
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8958
|
-
|
8959
|
-
end
|
8960
|
-
end
|
8961
|
-
|
8962
8942
|
class GoogleCloudLocationListLocationsResponse
|
8963
8943
|
# @private
|
8964
8944
|
class Representation < Google::Apis::Core::JsonRepresentation
|