google-apis-dialogflow_v2beta1 0.10.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +590 -29
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +238 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +887 -91
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -100,6 +106,12 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
@@ -178,6 +190,12 @@ module Google
|
|
178
190
|
include Google::Apis::Core::JsonObjectSupport
|
179
191
|
end
|
180
192
|
|
193
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
181
199
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
@@ -316,6 +334,18 @@ module Google
|
|
316
334
|
include Google::Apis::Core::JsonObjectSupport
|
317
335
|
end
|
318
336
|
|
337
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
319
349
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
320
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
351
|
|
@@ -448,6 +478,12 @@ module Google
|
|
448
478
|
include Google::Apis::Core::JsonObjectSupport
|
449
479
|
end
|
450
480
|
|
481
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
451
487
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
452
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
489
|
|
@@ -508,6 +544,12 @@ module Google
|
|
508
544
|
include Google::Apis::Core::JsonObjectSupport
|
509
545
|
end
|
510
546
|
|
547
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
511
553
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
512
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
555
|
|
@@ -586,6 +628,12 @@ module Google
|
|
586
628
|
include Google::Apis::Core::JsonObjectSupport
|
587
629
|
end
|
588
630
|
|
631
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
589
637
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
590
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
639
|
|
@@ -724,6 +772,18 @@ module Google
|
|
724
772
|
include Google::Apis::Core::JsonObjectSupport
|
725
773
|
end
|
726
774
|
|
775
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
727
787
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
728
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
789
|
|
@@ -1432,6 +1492,18 @@ module Google
|
|
1432
1492
|
include Google::Apis::Core::JsonObjectSupport
|
1433
1493
|
end
|
1434
1494
|
|
1495
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1435
1507
|
class GoogleCloudDialogflowV2beta1EventInput
|
1436
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
1509
|
|
@@ -1996,6 +2068,12 @@ module Google
|
|
1996
2068
|
include Google::Apis::Core::JsonObjectSupport
|
1997
2069
|
end
|
1998
2070
|
|
2071
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
1999
2077
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
2000
2078
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
2079
|
|
@@ -2236,6 +2314,12 @@ module Google
|
|
2236
2314
|
include Google::Apis::Core::JsonObjectSupport
|
2237
2315
|
end
|
2238
2316
|
|
2317
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2239
2323
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
2240
2324
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
2325
|
|
@@ -2254,6 +2338,12 @@ module Google
|
|
2254
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2255
2339
|
end
|
2256
2340
|
|
2341
|
+
class GoogleCloudDialogflowV2beta1Version
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2257
2347
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
2258
2348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
2349
|
|
@@ -2369,6 +2459,16 @@ module Google
|
|
2369
2459
|
end
|
2370
2460
|
end
|
2371
2461
|
|
2462
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2463
|
+
# @private
|
2464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2465
|
+
property :name, as: 'name'
|
2466
|
+
property :result, as: 'result'
|
2467
|
+
property :run_time, as: 'runTime'
|
2468
|
+
collection :test_case_results, as: 'testCaseResults'
|
2469
|
+
end
|
2470
|
+
end
|
2471
|
+
|
2372
2472
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2373
2473
|
# @private
|
2374
2474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2382,6 +2482,7 @@ module Google
|
|
2382
2482
|
class GoogleCloudDialogflowCxV3ConversationTurnUserInput
|
2383
2483
|
# @private
|
2384
2484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2485
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2385
2486
|
hash :injected_parameters, as: 'injectedParameters'
|
2386
2487
|
property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput::Representation
|
2387
2488
|
|
@@ -2465,6 +2566,14 @@ module Google
|
|
2465
2566
|
end
|
2466
2567
|
end
|
2467
2568
|
|
2569
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2570
|
+
# @private
|
2571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2572
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2573
|
+
property :flow_uri, as: 'flowUri'
|
2574
|
+
end
|
2575
|
+
end
|
2576
|
+
|
2468
2577
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2469
2578
|
# @private
|
2470
2579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2518,6 +2627,7 @@ module Google
|
|
2518
2627
|
|
2519
2628
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2520
2629
|
|
2630
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
2521
2631
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction::Representation
|
2522
2632
|
|
2523
2633
|
property :tag, as: 'tag'
|
@@ -2583,6 +2693,13 @@ module Google
|
|
2583
2693
|
end
|
2584
2694
|
end
|
2585
2695
|
|
2696
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2697
|
+
# @private
|
2698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2699
|
+
property :flow, as: 'flow'
|
2700
|
+
end
|
2701
|
+
end
|
2702
|
+
|
2586
2703
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2587
2704
|
# @private
|
2588
2705
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2815,6 +2932,22 @@ module Google
|
|
2815
2932
|
end
|
2816
2933
|
end
|
2817
2934
|
|
2935
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2936
|
+
# @private
|
2937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2938
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2939
|
+
|
2940
|
+
end
|
2941
|
+
end
|
2942
|
+
|
2943
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2944
|
+
# @private
|
2945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2946
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2947
|
+
|
2948
|
+
end
|
2949
|
+
end
|
2950
|
+
|
2818
2951
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2819
2952
|
# @private
|
2820
2953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2938,6 +3071,7 @@ module Google
|
|
2938
3071
|
|
2939
3072
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2940
3073
|
|
3074
|
+
property :language_code, as: 'languageCode'
|
2941
3075
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2942
3076
|
|
2943
3077
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -3037,6 +3171,16 @@ module Google
|
|
3037
3171
|
end
|
3038
3172
|
end
|
3039
3173
|
|
3174
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3175
|
+
# @private
|
3176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3177
|
+
property :name, as: 'name'
|
3178
|
+
property :result, as: 'result'
|
3179
|
+
property :run_time, as: 'runTime'
|
3180
|
+
collection :test_case_results, as: 'testCaseResults'
|
3181
|
+
end
|
3182
|
+
end
|
3183
|
+
|
3040
3184
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
3041
3185
|
# @private
|
3042
3186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3050,6 +3194,7 @@ module Google
|
|
3050
3194
|
class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
|
3051
3195
|
# @private
|
3052
3196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3197
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
3053
3198
|
hash :injected_parameters, as: 'injectedParameters'
|
3054
3199
|
property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
|
3055
3200
|
|
@@ -3133,6 +3278,14 @@ module Google
|
|
3133
3278
|
end
|
3134
3279
|
end
|
3135
3280
|
|
3281
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3282
|
+
# @private
|
3283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3284
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3285
|
+
property :flow_uri, as: 'flowUri'
|
3286
|
+
end
|
3287
|
+
end
|
3288
|
+
|
3136
3289
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3137
3290
|
# @private
|
3138
3291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3186,6 +3339,7 @@ module Google
|
|
3186
3339
|
|
3187
3340
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3188
3341
|
|
3342
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
3189
3343
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction::Representation
|
3190
3344
|
|
3191
3345
|
property :tag, as: 'tag'
|
@@ -3251,6 +3405,13 @@ module Google
|
|
3251
3405
|
end
|
3252
3406
|
end
|
3253
3407
|
|
3408
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3409
|
+
# @private
|
3410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3411
|
+
property :flow, as: 'flow'
|
3412
|
+
end
|
3413
|
+
end
|
3414
|
+
|
3254
3415
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3255
3416
|
# @private
|
3256
3417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3483,6 +3644,22 @@ module Google
|
|
3483
3644
|
end
|
3484
3645
|
end
|
3485
3646
|
|
3647
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
3648
|
+
# @private
|
3649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3650
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3651
|
+
|
3652
|
+
end
|
3653
|
+
end
|
3654
|
+
|
3655
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
3656
|
+
# @private
|
3657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3658
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3659
|
+
|
3660
|
+
end
|
3661
|
+
end
|
3662
|
+
|
3486
3663
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3487
3664
|
# @private
|
3488
3665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3606,6 +3783,7 @@ module Google
|
|
3606
3783
|
|
3607
3784
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3608
3785
|
|
3786
|
+
property :language_code, as: 'languageCode'
|
3609
3787
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3610
3788
|
|
3611
3789
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4203,6 +4381,7 @@ module Google
|
|
4203
4381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4204
4382
|
property :action, as: 'action'
|
4205
4383
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
4384
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4206
4385
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4207
4386
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4208
4387
|
|
@@ -4447,11 +4626,15 @@ module Google
|
|
4447
4626
|
class GoogleCloudDialogflowV2beta1AutomatedAgentReply
|
4448
4627
|
# @private
|
4449
4628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4629
|
+
property :allow_cancellation, as: 'allowCancellation'
|
4630
|
+
property :automated_agent_reply_type, as: 'automatedAgentReplyType'
|
4450
4631
|
hash :cx_session_parameters, as: 'cxSessionParameters'
|
4451
4632
|
property :detect_intent_response, as: 'detectIntentResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse::Representation
|
4452
4633
|
|
4453
4634
|
property :event, as: 'event'
|
4454
4635
|
property :intent, as: 'intent'
|
4636
|
+
property :match_confidence, as: 'matchConfidence'
|
4637
|
+
hash :parameters, as: 'parameters'
|
4455
4638
|
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
4456
4639
|
|
4457
4640
|
end
|
@@ -4751,12 +4934,35 @@ module Google
|
|
4751
4934
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4752
4935
|
property :agent_version, as: 'agentVersion'
|
4753
4936
|
property :description, as: 'description'
|
4937
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment::Representation
|
4938
|
+
|
4754
4939
|
property :name, as: 'name'
|
4755
4940
|
property :state, as: 'state'
|
4941
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings::Representation
|
4942
|
+
|
4756
4943
|
property :update_time, as: 'updateTime'
|
4757
4944
|
end
|
4758
4945
|
end
|
4759
4946
|
|
4947
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
4948
|
+
# @private
|
4949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4950
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry::Representation
|
4951
|
+
|
4952
|
+
property :next_page_token, as: 'nextPageToken'
|
4953
|
+
property :parent, as: 'parent'
|
4954
|
+
end
|
4955
|
+
end
|
4956
|
+
|
4957
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
4958
|
+
# @private
|
4959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4960
|
+
property :agent_version, as: 'agentVersion'
|
4961
|
+
property :create_time, as: 'createTime'
|
4962
|
+
property :description, as: 'description'
|
4963
|
+
end
|
4964
|
+
end
|
4965
|
+
|
4760
4966
|
class GoogleCloudDialogflowV2beta1EventInput
|
4761
4967
|
# @private
|
4762
4968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5692,6 +5898,15 @@ module Google
|
|
5692
5898
|
end
|
5693
5899
|
end
|
5694
5900
|
|
5901
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
5902
|
+
# @private
|
5903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5904
|
+
property :next_page_token, as: 'nextPageToken'
|
5905
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version::Representation
|
5906
|
+
|
5907
|
+
end
|
5908
|
+
end
|
5909
|
+
|
5695
5910
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
5696
5911
|
# @private
|
5697
5912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5810,6 +6025,7 @@ module Google
|
|
5810
6025
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5811
6026
|
property :action, as: 'action'
|
5812
6027
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
6028
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5813
6029
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5814
6030
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5815
6031
|
|
@@ -6096,6 +6312,17 @@ module Google
|
|
6096
6312
|
end
|
6097
6313
|
end
|
6098
6314
|
|
6315
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
6316
|
+
# @private
|
6317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6318
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
6319
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
6320
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6321
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
|
6322
|
+
|
6323
|
+
end
|
6324
|
+
end
|
6325
|
+
|
6099
6326
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
6100
6327
|
# @private
|
6101
6328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6119,6 +6346,17 @@ module Google
|
|
6119
6346
|
end
|
6120
6347
|
end
|
6121
6348
|
|
6349
|
+
class GoogleCloudDialogflowV2beta1Version
|
6350
|
+
# @private
|
6351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6352
|
+
property :create_time, as: 'createTime'
|
6353
|
+
property :description, as: 'description'
|
6354
|
+
property :name, as: 'name'
|
6355
|
+
property :status, as: 'status'
|
6356
|
+
property :version_number, as: 'versionNumber'
|
6357
|
+
end
|
6358
|
+
end
|
6359
|
+
|
6122
6360
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
6123
6361
|
# @private
|
6124
6362
|
class Representation < Google::Apis::Core::JsonRepresentation
|