google-apis-dialogflow_v2beta1 0.91.0 → 0.93.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 +535 -480
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +184 -292
- data/lib/google/apis/dialogflow_v2beta1/service.rb +185 -14
- 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
|
|
@@ -2050,6 +1966,18 @@ module Google
|
|
2050
1966
|
include Google::Apis::Core::JsonObjectSupport
|
2051
1967
|
end
|
2052
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
|
+
|
2053
1981
|
class GoogleCloudDialogflowV2beta1Context
|
2054
1982
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
1983
|
|
@@ -2884,6 +2812,12 @@ module Google
|
|
2884
2812
|
include Google::Apis::Core::JsonObjectSupport
|
2885
2813
|
end
|
2886
2814
|
|
2815
|
+
class GoogleCloudDialogflowV2beta1ListSipTrunksResponse
|
2816
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2817
|
+
|
2818
|
+
include Google::Apis::Core::JsonObjectSupport
|
2819
|
+
end
|
2820
|
+
|
2887
2821
|
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
2888
2822
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
2823
|
|
@@ -3046,6 +2980,48 @@ module Google
|
|
3046
2980
|
include Google::Apis::Core::JsonObjectSupport
|
3047
2981
|
end
|
3048
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
|
+
|
3049
3025
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
3050
3026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3051
3027
|
|
@@ -3088,6 +3064,12 @@ module Google
|
|
3088
3064
|
include Google::Apis::Core::JsonObjectSupport
|
3089
3065
|
end
|
3090
3066
|
|
3067
|
+
class GoogleCloudDialogflowV2beta1SipTrunk
|
3068
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3069
|
+
|
3070
|
+
include Google::Apis::Core::JsonObjectSupport
|
3071
|
+
end
|
3072
|
+
|
3091
3073
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
3092
3074
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3093
3075
|
|
@@ -3322,54 +3304,12 @@ module Google
|
|
3322
3304
|
include Google::Apis::Core::JsonObjectSupport
|
3323
3305
|
end
|
3324
3306
|
|
3325
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
3326
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
|
-
|
3328
|
-
include Google::Apis::Core::JsonObjectSupport
|
3329
|
-
end
|
3330
|
-
|
3331
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
3332
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
-
|
3334
|
-
include Google::Apis::Core::JsonObjectSupport
|
3335
|
-
end
|
3336
|
-
|
3337
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
3338
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
|
-
|
3340
|
-
include Google::Apis::Core::JsonObjectSupport
|
3341
|
-
end
|
3342
|
-
|
3343
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
3344
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3345
|
-
|
3346
|
-
include Google::Apis::Core::JsonObjectSupport
|
3347
|
-
end
|
3348
|
-
|
3349
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
3350
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3351
|
-
|
3352
|
-
include Google::Apis::Core::JsonObjectSupport
|
3353
|
-
end
|
3354
|
-
|
3355
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
3356
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3357
|
-
|
3358
|
-
include Google::Apis::Core::JsonObjectSupport
|
3359
|
-
end
|
3360
|
-
|
3361
3307
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
3362
3308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
3309
|
|
3364
3310
|
include Google::Apis::Core::JsonObjectSupport
|
3365
3311
|
end
|
3366
3312
|
|
3367
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
3368
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
|
-
|
3370
|
-
include Google::Apis::Core::JsonObjectSupport
|
3371
|
-
end
|
3372
|
-
|
3373
3313
|
class GoogleCloudLocationListLocationsResponse
|
3374
3314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
3315
|
|
@@ -3440,6 +3380,7 @@ module Google
|
|
3440
3380
|
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3441
3381
|
# @private
|
3442
3382
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3383
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
3443
3384
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3444
3385
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3445
3386
|
end
|
@@ -3545,14 +3486,6 @@ module Google
|
|
3545
3486
|
end
|
3546
3487
|
end
|
3547
3488
|
|
3548
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
3549
|
-
# @private
|
3550
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3551
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3552
|
-
|
3553
|
-
end
|
3554
|
-
end
|
3555
|
-
|
3556
3489
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
3557
3490
|
# @private
|
3558
3491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3568,14 +3501,6 @@ module Google
|
|
3568
3501
|
end
|
3569
3502
|
end
|
3570
3503
|
|
3571
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
3572
|
-
# @private
|
3573
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3574
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3575
|
-
|
3576
|
-
end
|
3577
|
-
end
|
3578
|
-
|
3579
3504
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
3580
3505
|
# @private
|
3581
3506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3816,29 +3741,6 @@ module Google
|
|
3816
3741
|
end
|
3817
3742
|
end
|
3818
3743
|
|
3819
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3820
|
-
# @private
|
3821
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3822
|
-
property :state, as: 'state'
|
3823
|
-
end
|
3824
|
-
end
|
3825
|
-
|
3826
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
3827
|
-
# @private
|
3828
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3829
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3830
|
-
|
3831
|
-
end
|
3832
|
-
end
|
3833
|
-
|
3834
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
3835
|
-
# @private
|
3836
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3837
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
3838
|
-
|
3839
|
-
end
|
3840
|
-
end
|
3841
|
-
|
3842
3744
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
3843
3745
|
# @private
|
3844
3746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4071,14 +3973,6 @@ module Google
|
|
4071
3973
|
end
|
4072
3974
|
end
|
4073
3975
|
|
4074
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
4075
|
-
# @private
|
4076
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4077
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4078
|
-
|
4079
|
-
end
|
4080
|
-
end
|
4081
|
-
|
4082
3976
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
4083
3977
|
# @private
|
4084
3978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4322,14 +4216,6 @@ module Google
|
|
4322
4216
|
end
|
4323
4217
|
end
|
4324
4218
|
|
4325
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
4326
|
-
# @private
|
4327
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4328
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4329
|
-
|
4330
|
-
end
|
4331
|
-
end
|
4332
|
-
|
4333
4219
|
class GoogleCloudDialogflowCxV3Webhook
|
4334
4220
|
# @private
|
4335
4221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4495,6 +4381,7 @@ module Google
|
|
4495
4381
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
4496
4382
|
# @private
|
4497
4383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4384
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
4498
4385
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
4499
4386
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4500
4387
|
end
|
@@ -4600,14 +4487,6 @@ module Google
|
|
4600
4487
|
end
|
4601
4488
|
end
|
4602
4489
|
|
4603
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
4604
|
-
# @private
|
4605
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4606
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4607
|
-
|
4608
|
-
end
|
4609
|
-
end
|
4610
|
-
|
4611
4490
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
4612
4491
|
# @private
|
4613
4492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4623,14 +4502,6 @@ module Google
|
|
4623
4502
|
end
|
4624
4503
|
end
|
4625
4504
|
|
4626
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
4627
|
-
# @private
|
4628
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4629
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4630
|
-
|
4631
|
-
end
|
4632
|
-
end
|
4633
|
-
|
4634
4505
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4635
4506
|
# @private
|
4636
4507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4871,29 +4742,6 @@ module Google
|
|
4871
4742
|
end
|
4872
4743
|
end
|
4873
4744
|
|
4874
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
4875
|
-
# @private
|
4876
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4877
|
-
property :state, as: 'state'
|
4878
|
-
end
|
4879
|
-
end
|
4880
|
-
|
4881
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
|
4882
|
-
# @private
|
4883
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4884
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
4885
|
-
|
4886
|
-
end
|
4887
|
-
end
|
4888
|
-
|
4889
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
4890
|
-
# @private
|
4891
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4892
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4893
|
-
|
4894
|
-
end
|
4895
|
-
end
|
4896
|
-
|
4897
4745
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
4898
4746
|
# @private
|
4899
4747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5128,14 +4976,6 @@ module Google
|
|
5128
4976
|
end
|
5129
4977
|
end
|
5130
4978
|
|
5131
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
5132
|
-
# @private
|
5133
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5134
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5135
|
-
|
5136
|
-
end
|
5137
|
-
end
|
5138
|
-
|
5139
4979
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
5140
4980
|
# @private
|
5141
4981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5407,14 +5247,6 @@ module Google
|
|
5407
5247
|
end
|
5408
5248
|
end
|
5409
5249
|
|
5410
|
-
class GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata
|
5411
|
-
# @private
|
5412
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5413
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5414
|
-
|
5415
|
-
end
|
5416
|
-
end
|
5417
|
-
|
5418
5250
|
class GoogleCloudDialogflowCxV3beta1Webhook
|
5419
5251
|
# @private
|
5420
5252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5638,6 +5470,8 @@ module Google
|
|
5638
5470
|
property :display_name, as: 'displayName'
|
5639
5471
|
property :language_code, as: 'languageCode'
|
5640
5472
|
property :name, as: 'name'
|
5473
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
5474
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
5641
5475
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
5642
5476
|
|
5643
5477
|
property :state, as: 'state'
|
@@ -6225,6 +6059,7 @@ module Google
|
|
6225
6059
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
6226
6060
|
# @private
|
6227
6061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6062
|
+
hash :metadata, as: 'metadata'
|
6228
6063
|
property :text, as: 'text'
|
6229
6064
|
property :title, as: 'title'
|
6230
6065
|
property :uri, as: 'uri'
|
@@ -6804,6 +6639,25 @@ module Google
|
|
6804
6639
|
end
|
6805
6640
|
end
|
6806
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
|
+
|
6807
6661
|
class GoogleCloudDialogflowV2beta1Context
|
6808
6662
|
# @private
|
6809
6663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7304,6 +7158,7 @@ module Google
|
|
7304
7158
|
property :confidence_threshold, as: 'confidenceThreshold'
|
7305
7159
|
property :context_filter_settings, as: 'contextFilterSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings::Representation
|
7306
7160
|
|
7161
|
+
property :context_size, as: 'contextSize'
|
7307
7162
|
property :dialogflow_query_source, as: 'dialogflowQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource::Representation
|
7308
7163
|
|
7309
7164
|
property :document_query_source, as: 'documentQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource::Representation
|
@@ -7484,6 +7339,7 @@ module Google
|
|
7484
7339
|
property :model_variant, as: 'modelVariant'
|
7485
7340
|
property :opt_out_conformer_model_migration, as: 'optOutConformerModelMigration'
|
7486
7341
|
collection :phrase_hints, as: 'phraseHints'
|
7342
|
+
collection :phrase_sets, as: 'phraseSets'
|
7487
7343
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
7488
7344
|
property :single_utterance, as: 'singleUtterance'
|
7489
7345
|
collection :speech_contexts, as: 'speechContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechContext::Representation
|
@@ -8072,6 +7928,7 @@ module Google
|
|
8072
7928
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8073
7929
|
# @private
|
8074
7930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7931
|
+
hash :metadata, as: 'metadata'
|
8075
7932
|
property :text, as: 'text'
|
8076
7933
|
property :title, as: 'title'
|
8077
7934
|
property :uri, as: 'uri'
|
@@ -8221,6 +8078,15 @@ module Google
|
|
8221
8078
|
end
|
8222
8079
|
end
|
8223
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
|
+
|
8224
8090
|
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
8225
8091
|
# @private
|
8226
8092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8496,6 +8362,7 @@ module Google
|
|
8496
8362
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource
|
8497
8363
|
# @private
|
8498
8364
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8365
|
+
hash :metadata, as: 'metadata'
|
8499
8366
|
property :snippet, as: 'snippet'
|
8500
8367
|
property :title, as: 'title'
|
8501
8368
|
property :uri, as: 'uri'
|
@@ -8507,14 +8374,83 @@ module Google
|
|
8507
8374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8508
8375
|
property :conversation, as: 'conversation'
|
8509
8376
|
property :conversation_profile, as: 'conversationProfile'
|
8377
|
+
hash :end_user_metadata, as: 'endUserMetadata'
|
8378
|
+
property :exact_search, as: 'exactSearch'
|
8510
8379
|
property :latest_message, as: 'latestMessage'
|
8511
8380
|
property :parent, as: 'parent'
|
8512
8381
|
property :query, as: 'query', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
8513
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
|
+
|
8514
8386
|
property :session_id, as: 'sessionId'
|
8515
8387
|
end
|
8516
8388
|
end
|
8517
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
|
+
|
8518
8454
|
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
8519
8455
|
# @private
|
8520
8456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8576,6 +8512,17 @@ module Google
|
|
8576
8512
|
end
|
8577
8513
|
end
|
8578
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
|
+
|
8579
8526
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
8580
8527
|
# @private
|
8581
8528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8596,11 +8543,11 @@ module Google
|
|
8596
8543
|
class GoogleCloudDialogflowV2beta1SpeechToTextConfig
|
8597
8544
|
# @private
|
8598
8545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8599
|
-
collection :alternative_language_codes, as: 'alternativeLanguageCodes'
|
8600
8546
|
property :audio_encoding, as: 'audioEncoding'
|
8601
8547
|
property :enable_word_info, as: 'enableWordInfo'
|
8602
8548
|
property :language_code, as: 'languageCode'
|
8603
8549
|
property :model, as: 'model'
|
8550
|
+
collection :phrase_sets, as: 'phraseSets'
|
8604
8551
|
property :sample_rate_hertz, as: 'sampleRateHertz'
|
8605
8552
|
property :speech_model_variant, as: 'speechModelVariant'
|
8606
8553
|
property :use_timeout_based_endpointing, as: 'useTimeoutBasedEndpointing'
|
@@ -8975,53 +8922,6 @@ module Google
|
|
8975
8922
|
end
|
8976
8923
|
end
|
8977
8924
|
|
8978
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
8979
|
-
# @private
|
8980
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8981
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8982
|
-
|
8983
|
-
end
|
8984
|
-
end
|
8985
|
-
|
8986
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
8987
|
-
# @private
|
8988
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8989
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
8990
|
-
|
8991
|
-
end
|
8992
|
-
end
|
8993
|
-
|
8994
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
8995
|
-
# @private
|
8996
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8997
|
-
property :state, as: 'state'
|
8998
|
-
end
|
8999
|
-
end
|
9000
|
-
|
9001
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
9002
|
-
# @private
|
9003
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9004
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9005
|
-
|
9006
|
-
end
|
9007
|
-
end
|
9008
|
-
|
9009
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
9010
|
-
# @private
|
9011
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9012
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
9013
|
-
|
9014
|
-
end
|
9015
|
-
end
|
9016
|
-
|
9017
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
9018
|
-
# @private
|
9019
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9020
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9021
|
-
|
9022
|
-
end
|
9023
|
-
end
|
9024
|
-
|
9025
8925
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
9026
8926
|
# @private
|
9027
8927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9039,14 +8939,6 @@ module Google
|
|
9039
8939
|
end
|
9040
8940
|
end
|
9041
8941
|
|
9042
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
9043
|
-
# @private
|
9044
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9045
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9046
|
-
|
9047
|
-
end
|
9048
|
-
end
|
9049
|
-
|
9050
8942
|
class GoogleCloudLocationListLocationsResponse
|
9051
8943
|
# @private
|
9052
8944
|
class Representation < Google::Apis::Core::JsonRepresentation
|