google-apis-dialogflow_v2beta1 0.9.0 → 0.14.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 +716 -29
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +292 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +890 -94
- 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.14.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 = "20210601"
|
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
|
|
@@ -1558,6 +1630,24 @@ module Google
|
|
1558
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1559
1631
|
end
|
1560
1632
|
|
1633
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1561
1651
|
class GoogleCloudDialogflowV2beta1ImportAgentRequest
|
1562
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
1653
|
|
@@ -1978,6 +2068,12 @@ module Google
|
|
1978
2068
|
include Google::Apis::Core::JsonObjectSupport
|
1979
2069
|
end
|
1980
2070
|
|
2071
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
1981
2077
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
1982
2078
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
2079
|
|
@@ -2218,6 +2314,12 @@ module Google
|
|
2218
2314
|
include Google::Apis::Core::JsonObjectSupport
|
2219
2315
|
end
|
2220
2316
|
|
2317
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2221
2323
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
2222
2324
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
2325
|
|
@@ -2236,6 +2338,12 @@ module Google
|
|
2236
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2237
2339
|
end
|
2238
2340
|
|
2341
|
+
class GoogleCloudDialogflowV2beta1Version
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2239
2347
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
2240
2348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
2349
|
|
@@ -2351,6 +2459,16 @@ module Google
|
|
2351
2459
|
end
|
2352
2460
|
end
|
2353
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
|
+
|
2354
2472
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2355
2473
|
# @private
|
2356
2474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2364,6 +2482,7 @@ module Google
|
|
2364
2482
|
class GoogleCloudDialogflowCxV3ConversationTurnUserInput
|
2365
2483
|
# @private
|
2366
2484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2485
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2367
2486
|
hash :injected_parameters, as: 'injectedParameters'
|
2368
2487
|
property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput::Representation
|
2369
2488
|
|
@@ -2447,6 +2566,14 @@ module Google
|
|
2447
2566
|
end
|
2448
2567
|
end
|
2449
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
|
+
|
2450
2577
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2451
2578
|
# @private
|
2452
2579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2565,6 +2692,13 @@ module Google
|
|
2565
2692
|
end
|
2566
2693
|
end
|
2567
2694
|
|
2695
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2696
|
+
# @private
|
2697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2698
|
+
property :flow, as: 'flow'
|
2699
|
+
end
|
2700
|
+
end
|
2701
|
+
|
2568
2702
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2569
2703
|
# @private
|
2570
2704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2797,6 +2931,22 @@ module Google
|
|
2797
2931
|
end
|
2798
2932
|
end
|
2799
2933
|
|
2934
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2935
|
+
# @private
|
2936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2937
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2938
|
+
|
2939
|
+
end
|
2940
|
+
end
|
2941
|
+
|
2942
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2943
|
+
# @private
|
2944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2945
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2946
|
+
|
2947
|
+
end
|
2948
|
+
end
|
2949
|
+
|
2800
2950
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2801
2951
|
# @private
|
2802
2952
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2920,6 +3070,7 @@ module Google
|
|
2920
3070
|
|
2921
3071
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2922
3072
|
|
3073
|
+
property :language_code, as: 'languageCode'
|
2923
3074
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2924
3075
|
|
2925
3076
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2929,6 +3080,10 @@ module Google
|
|
2929
3080
|
|
2930
3081
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2931
3082
|
|
3083
|
+
property :text, as: 'text'
|
3084
|
+
property :transcript, as: 'transcript'
|
3085
|
+
property :trigger_event, as: 'triggerEvent'
|
3086
|
+
property :trigger_intent, as: 'triggerIntent'
|
2932
3087
|
end
|
2933
3088
|
end
|
2934
3089
|
|
@@ -3015,6 +3170,16 @@ module Google
|
|
3015
3170
|
end
|
3016
3171
|
end
|
3017
3172
|
|
3173
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3174
|
+
# @private
|
3175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3176
|
+
property :name, as: 'name'
|
3177
|
+
property :result, as: 'result'
|
3178
|
+
property :run_time, as: 'runTime'
|
3179
|
+
collection :test_case_results, as: 'testCaseResults'
|
3180
|
+
end
|
3181
|
+
end
|
3182
|
+
|
3018
3183
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
3019
3184
|
# @private
|
3020
3185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3028,6 +3193,7 @@ module Google
|
|
3028
3193
|
class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
|
3029
3194
|
# @private
|
3030
3195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3196
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
3031
3197
|
hash :injected_parameters, as: 'injectedParameters'
|
3032
3198
|
property :input, as: 'input', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
|
3033
3199
|
|
@@ -3111,6 +3277,14 @@ module Google
|
|
3111
3277
|
end
|
3112
3278
|
end
|
3113
3279
|
|
3280
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3281
|
+
# @private
|
3282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3283
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3284
|
+
property :flow_uri, as: 'flowUri'
|
3285
|
+
end
|
3286
|
+
end
|
3287
|
+
|
3114
3288
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3115
3289
|
# @private
|
3116
3290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3229,6 +3403,13 @@ module Google
|
|
3229
3403
|
end
|
3230
3404
|
end
|
3231
3405
|
|
3406
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3407
|
+
# @private
|
3408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3409
|
+
property :flow, as: 'flow'
|
3410
|
+
end
|
3411
|
+
end
|
3412
|
+
|
3232
3413
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3233
3414
|
# @private
|
3234
3415
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3461,6 +3642,22 @@ module Google
|
|
3461
3642
|
end
|
3462
3643
|
end
|
3463
3644
|
|
3645
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
3646
|
+
# @private
|
3647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3648
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3649
|
+
|
3650
|
+
end
|
3651
|
+
end
|
3652
|
+
|
3653
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
3654
|
+
# @private
|
3655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3656
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3657
|
+
|
3658
|
+
end
|
3659
|
+
end
|
3660
|
+
|
3464
3661
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3465
3662
|
# @private
|
3466
3663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3584,6 +3781,7 @@ module Google
|
|
3584
3781
|
|
3585
3782
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3586
3783
|
|
3784
|
+
property :language_code, as: 'languageCode'
|
3587
3785
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3588
3786
|
|
3589
3787
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -3593,6 +3791,10 @@ module Google
|
|
3593
3791
|
|
3594
3792
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3595
3793
|
|
3794
|
+
property :text, as: 'text'
|
3795
|
+
property :transcript, as: 'transcript'
|
3796
|
+
property :trigger_event, as: 'triggerEvent'
|
3797
|
+
property :trigger_intent, as: 'triggerIntent'
|
3596
3798
|
end
|
3597
3799
|
end
|
3598
3800
|
|
@@ -4177,6 +4379,7 @@ module Google
|
|
4177
4379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4178
4380
|
property :action, as: 'action'
|
4179
4381
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
4382
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4180
4383
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4181
4384
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4182
4385
|
|
@@ -4426,6 +4629,8 @@ module Google
|
|
4426
4629
|
|
4427
4630
|
property :event, as: 'event'
|
4428
4631
|
property :intent, as: 'intent'
|
4632
|
+
property :match_confidence, as: 'matchConfidence'
|
4633
|
+
hash :parameters, as: 'parameters'
|
4429
4634
|
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
4430
4635
|
|
4431
4636
|
end
|
@@ -4603,6 +4808,8 @@ module Google
|
|
4603
4808
|
property :display_name, as: 'displayName'
|
4604
4809
|
property :human_agent_assistant_config, as: 'humanAgentAssistantConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig::Representation
|
4605
4810
|
|
4811
|
+
property :human_agent_handoff_config, as: 'humanAgentHandoffConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig::Representation
|
4812
|
+
|
4606
4813
|
property :language_code, as: 'languageCode'
|
4607
4814
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig::Representation
|
4608
4815
|
|
@@ -4723,12 +4930,35 @@ module Google
|
|
4723
4930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4724
4931
|
property :agent_version, as: 'agentVersion'
|
4725
4932
|
property :description, as: 'description'
|
4933
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment::Representation
|
4934
|
+
|
4726
4935
|
property :name, as: 'name'
|
4727
4936
|
property :state, as: 'state'
|
4937
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings::Representation
|
4938
|
+
|
4728
4939
|
property :update_time, as: 'updateTime'
|
4729
4940
|
end
|
4730
4941
|
end
|
4731
4942
|
|
4943
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
4944
|
+
# @private
|
4945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4946
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry::Representation
|
4947
|
+
|
4948
|
+
property :next_page_token, as: 'nextPageToken'
|
4949
|
+
property :parent, as: 'parent'
|
4950
|
+
end
|
4951
|
+
end
|
4952
|
+
|
4953
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
4954
|
+
# @private
|
4955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4956
|
+
property :agent_version, as: 'agentVersion'
|
4957
|
+
property :create_time, as: 'createTime'
|
4958
|
+
property :description, as: 'description'
|
4959
|
+
end
|
4960
|
+
end
|
4961
|
+
|
4732
4962
|
class GoogleCloudDialogflowV2beta1EventInput
|
4733
4963
|
# @private
|
4734
4964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4813,6 +5043,8 @@ module Google
|
|
4813
5043
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
|
4814
5044
|
# @private
|
4815
5045
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5046
|
+
property :end_user_suggestion_config, as: 'endUserSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
5047
|
+
|
4816
5048
|
property :human_agent_suggestion_config, as: 'humanAgentSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
4817
5049
|
|
4818
5050
|
property :message_analysis_config, as: 'messageAnalysisConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig::Representation
|
@@ -4832,6 +5064,7 @@ module Google
|
|
4832
5064
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
4833
5065
|
# @private
|
4834
5066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5067
|
+
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
4835
5068
|
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
4836
5069
|
end
|
4837
5070
|
end
|
@@ -4924,6 +5157,33 @@ module Google
|
|
4924
5157
|
end
|
4925
5158
|
end
|
4926
5159
|
|
5160
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
|
5161
|
+
# @private
|
5162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5163
|
+
property :live_person_config, as: 'livePersonConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig::Representation
|
5164
|
+
|
5165
|
+
property :salesforce_live_agent_config, as: 'salesforceLiveAgentConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig::Representation
|
5166
|
+
|
5167
|
+
end
|
5168
|
+
end
|
5169
|
+
|
5170
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
|
5171
|
+
# @private
|
5172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5173
|
+
property :account_number, as: 'accountNumber'
|
5174
|
+
end
|
5175
|
+
end
|
5176
|
+
|
5177
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
5178
|
+
# @private
|
5179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5180
|
+
property :button_id, as: 'buttonId'
|
5181
|
+
property :deployment_id, as: 'deploymentId'
|
5182
|
+
property :endpoint_domain, as: 'endpointDomain'
|
5183
|
+
property :organization_id, as: 'organizationId'
|
5184
|
+
end
|
5185
|
+
end
|
5186
|
+
|
4927
5187
|
class GoogleCloudDialogflowV2beta1ImportAgentRequest
|
4928
5188
|
# @private
|
4929
5189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5634,6 +5894,15 @@ module Google
|
|
5634
5894
|
end
|
5635
5895
|
end
|
5636
5896
|
|
5897
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
5898
|
+
# @private
|
5899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5900
|
+
property :next_page_token, as: 'nextPageToken'
|
5901
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version::Representation
|
5902
|
+
|
5903
|
+
end
|
5904
|
+
end
|
5905
|
+
|
5637
5906
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
5638
5907
|
# @private
|
5639
5908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5752,6 +6021,7 @@ module Google
|
|
5752
6021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5753
6022
|
property :action, as: 'action'
|
5754
6023
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
6024
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5755
6025
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5756
6026
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5757
6027
|
|
@@ -6038,6 +6308,17 @@ module Google
|
|
6038
6308
|
end
|
6039
6309
|
end
|
6040
6310
|
|
6311
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
6312
|
+
# @private
|
6313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6314
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
6315
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
6316
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6317
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
|
6318
|
+
|
6319
|
+
end
|
6320
|
+
end
|
6321
|
+
|
6041
6322
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
6042
6323
|
# @private
|
6043
6324
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6061,6 +6342,17 @@ module Google
|
|
6061
6342
|
end
|
6062
6343
|
end
|
6063
6344
|
|
6345
|
+
class GoogleCloudDialogflowV2beta1Version
|
6346
|
+
# @private
|
6347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6348
|
+
property :create_time, as: 'createTime'
|
6349
|
+
property :description, as: 'description'
|
6350
|
+
property :name, as: 'name'
|
6351
|
+
property :status, as: 'status'
|
6352
|
+
property :version_number, as: 'versionNumber'
|
6353
|
+
end
|
6354
|
+
end
|
6355
|
+
|
6064
6356
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
6065
6357
|
# @private
|
6066
6358
|
class Representation < Google::Apis::Core::JsonRepresentation
|