google-apis-dialogflow_v2beta1 0.8.0 → 0.13.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 +20 -0
- data/lib/google/apis/dialogflow_v2beta1.rb +1 -1
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +735 -33
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +305 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +896 -98
- 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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210524"
|
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
|
|
@@ -2206,12 +2302,24 @@ module Google
|
|
2206
2302
|
include Google::Apis::Core::JsonObjectSupport
|
2207
2303
|
end
|
2208
2304
|
|
2305
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
|
+
|
2308
|
+
include Google::Apis::Core::JsonObjectSupport
|
2309
|
+
end
|
2310
|
+
|
2209
2311
|
class GoogleCloudDialogflowV2beta1TextInput
|
2210
2312
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2211
2313
|
|
2212
2314
|
include Google::Apis::Core::JsonObjectSupport
|
2213
2315
|
end
|
2214
2316
|
|
2317
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2215
2323
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
2216
2324
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
2325
|
|
@@ -2230,6 +2338,12 @@ module Google
|
|
2230
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2231
2339
|
end
|
2232
2340
|
|
2341
|
+
class GoogleCloudDialogflowV2beta1Version
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2233
2347
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
2234
2348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
2349
|
|
@@ -2345,6 +2459,16 @@ module Google
|
|
2345
2459
|
end
|
2346
2460
|
end
|
2347
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
|
+
|
2348
2472
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2349
2473
|
# @private
|
2350
2474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2441,6 +2565,14 @@ module Google
|
|
2441
2565
|
end
|
2442
2566
|
end
|
2443
2567
|
|
2568
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2569
|
+
# @private
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2571
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2572
|
+
property :flow_uri, as: 'flowUri'
|
2573
|
+
end
|
2574
|
+
end
|
2575
|
+
|
2444
2576
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2445
2577
|
# @private
|
2446
2578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2559,6 +2691,13 @@ module Google
|
|
2559
2691
|
end
|
2560
2692
|
end
|
2561
2693
|
|
2694
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2695
|
+
# @private
|
2696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2697
|
+
property :flow, as: 'flow'
|
2698
|
+
end
|
2699
|
+
end
|
2700
|
+
|
2562
2701
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2563
2702
|
# @private
|
2564
2703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2791,6 +2930,22 @@ module Google
|
|
2791
2930
|
end
|
2792
2931
|
end
|
2793
2932
|
|
2933
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2934
|
+
# @private
|
2935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2936
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2937
|
+
|
2938
|
+
end
|
2939
|
+
end
|
2940
|
+
|
2941
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2942
|
+
# @private
|
2943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2944
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2945
|
+
|
2946
|
+
end
|
2947
|
+
end
|
2948
|
+
|
2794
2949
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2795
2950
|
# @private
|
2796
2951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2914,6 +3069,7 @@ module Google
|
|
2914
3069
|
|
2915
3070
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2916
3071
|
|
3072
|
+
property :language_code, as: 'languageCode'
|
2917
3073
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2918
3074
|
|
2919
3075
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2923,6 +3079,10 @@ module Google
|
|
2923
3079
|
|
2924
3080
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2925
3081
|
|
3082
|
+
property :text, as: 'text'
|
3083
|
+
property :transcript, as: 'transcript'
|
3084
|
+
property :trigger_event, as: 'triggerEvent'
|
3085
|
+
property :trigger_intent, as: 'triggerIntent'
|
2926
3086
|
end
|
2927
3087
|
end
|
2928
3088
|
|
@@ -3009,6 +3169,16 @@ module Google
|
|
3009
3169
|
end
|
3010
3170
|
end
|
3011
3171
|
|
3172
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3173
|
+
# @private
|
3174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3175
|
+
property :name, as: 'name'
|
3176
|
+
property :result, as: 'result'
|
3177
|
+
property :run_time, as: 'runTime'
|
3178
|
+
collection :test_case_results, as: 'testCaseResults'
|
3179
|
+
end
|
3180
|
+
end
|
3181
|
+
|
3012
3182
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
3013
3183
|
# @private
|
3014
3184
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3105,6 +3275,14 @@ module Google
|
|
3105
3275
|
end
|
3106
3276
|
end
|
3107
3277
|
|
3278
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3279
|
+
# @private
|
3280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3281
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3282
|
+
property :flow_uri, as: 'flowUri'
|
3283
|
+
end
|
3284
|
+
end
|
3285
|
+
|
3108
3286
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3109
3287
|
# @private
|
3110
3288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3223,6 +3401,13 @@ module Google
|
|
3223
3401
|
end
|
3224
3402
|
end
|
3225
3403
|
|
3404
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3405
|
+
# @private
|
3406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3407
|
+
property :flow, as: 'flow'
|
3408
|
+
end
|
3409
|
+
end
|
3410
|
+
|
3226
3411
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3227
3412
|
# @private
|
3228
3413
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3455,6 +3640,22 @@ module Google
|
|
3455
3640
|
end
|
3456
3641
|
end
|
3457
3642
|
|
3643
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
3644
|
+
# @private
|
3645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3646
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3647
|
+
|
3648
|
+
end
|
3649
|
+
end
|
3650
|
+
|
3651
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
3652
|
+
# @private
|
3653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3654
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3655
|
+
|
3656
|
+
end
|
3657
|
+
end
|
3658
|
+
|
3458
3659
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3459
3660
|
# @private
|
3460
3661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3578,6 +3779,7 @@ module Google
|
|
3578
3779
|
|
3579
3780
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3580
3781
|
|
3782
|
+
property :language_code, as: 'languageCode'
|
3581
3783
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3582
3784
|
|
3583
3785
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -3587,6 +3789,10 @@ module Google
|
|
3587
3789
|
|
3588
3790
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3589
3791
|
|
3792
|
+
property :text, as: 'text'
|
3793
|
+
property :transcript, as: 'transcript'
|
3794
|
+
property :trigger_event, as: 'triggerEvent'
|
3795
|
+
property :trigger_intent, as: 'triggerIntent'
|
3590
3796
|
end
|
3591
3797
|
end
|
3592
3798
|
|
@@ -4171,6 +4377,7 @@ module Google
|
|
4171
4377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4172
4378
|
property :action, as: 'action'
|
4173
4379
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
4380
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4174
4381
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4175
4382
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4176
4383
|
|
@@ -4420,6 +4627,8 @@ module Google
|
|
4420
4627
|
|
4421
4628
|
property :event, as: 'event'
|
4422
4629
|
property :intent, as: 'intent'
|
4630
|
+
property :match_confidence, as: 'matchConfidence'
|
4631
|
+
hash :parameters, as: 'parameters'
|
4423
4632
|
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
4424
4633
|
|
4425
4634
|
end
|
@@ -4597,6 +4806,8 @@ module Google
|
|
4597
4806
|
property :display_name, as: 'displayName'
|
4598
4807
|
property :human_agent_assistant_config, as: 'humanAgentAssistantConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig::Representation
|
4599
4808
|
|
4809
|
+
property :human_agent_handoff_config, as: 'humanAgentHandoffConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig::Representation
|
4810
|
+
|
4600
4811
|
property :language_code, as: 'languageCode'
|
4601
4812
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig::Representation
|
4602
4813
|
|
@@ -4717,12 +4928,35 @@ module Google
|
|
4717
4928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4718
4929
|
property :agent_version, as: 'agentVersion'
|
4719
4930
|
property :description, as: 'description'
|
4931
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment::Representation
|
4932
|
+
|
4720
4933
|
property :name, as: 'name'
|
4721
4934
|
property :state, as: 'state'
|
4935
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings::Representation
|
4936
|
+
|
4722
4937
|
property :update_time, as: 'updateTime'
|
4723
4938
|
end
|
4724
4939
|
end
|
4725
4940
|
|
4941
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
4942
|
+
# @private
|
4943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4944
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry::Representation
|
4945
|
+
|
4946
|
+
property :next_page_token, as: 'nextPageToken'
|
4947
|
+
property :parent, as: 'parent'
|
4948
|
+
end
|
4949
|
+
end
|
4950
|
+
|
4951
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
4952
|
+
# @private
|
4953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4954
|
+
property :agent_version, as: 'agentVersion'
|
4955
|
+
property :create_time, as: 'createTime'
|
4956
|
+
property :description, as: 'description'
|
4957
|
+
end
|
4958
|
+
end
|
4959
|
+
|
4726
4960
|
class GoogleCloudDialogflowV2beta1EventInput
|
4727
4961
|
# @private
|
4728
4962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4807,6 +5041,8 @@ module Google
|
|
4807
5041
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
|
4808
5042
|
# @private
|
4809
5043
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5044
|
+
property :end_user_suggestion_config, as: 'endUserSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
5045
|
+
|
4810
5046
|
property :human_agent_suggestion_config, as: 'humanAgentSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
4811
5047
|
|
4812
5048
|
property :message_analysis_config, as: 'messageAnalysisConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig::Representation
|
@@ -4826,6 +5062,7 @@ module Google
|
|
4826
5062
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
4827
5063
|
# @private
|
4828
5064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5065
|
+
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
4829
5066
|
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
4830
5067
|
end
|
4831
5068
|
end
|
@@ -4918,6 +5155,33 @@ module Google
|
|
4918
5155
|
end
|
4919
5156
|
end
|
4920
5157
|
|
5158
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
|
5159
|
+
# @private
|
5160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5161
|
+
property :live_person_config, as: 'livePersonConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig::Representation
|
5162
|
+
|
5163
|
+
property :salesforce_live_agent_config, as: 'salesforceLiveAgentConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig::Representation
|
5164
|
+
|
5165
|
+
end
|
5166
|
+
end
|
5167
|
+
|
5168
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
|
5169
|
+
# @private
|
5170
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5171
|
+
property :account_number, as: 'accountNumber'
|
5172
|
+
end
|
5173
|
+
end
|
5174
|
+
|
5175
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
5176
|
+
# @private
|
5177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5178
|
+
property :button_id, as: 'buttonId'
|
5179
|
+
property :deployment_id, as: 'deploymentId'
|
5180
|
+
property :endpoint_domain, as: 'endpointDomain'
|
5181
|
+
property :organization_id, as: 'organizationId'
|
5182
|
+
end
|
5183
|
+
end
|
5184
|
+
|
4921
5185
|
class GoogleCloudDialogflowV2beta1ImportAgentRequest
|
4922
5186
|
# @private
|
4923
5187
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5628,6 +5892,15 @@ module Google
|
|
5628
5892
|
end
|
5629
5893
|
end
|
5630
5894
|
|
5895
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
5896
|
+
# @private
|
5897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5898
|
+
property :next_page_token, as: 'nextPageToken'
|
5899
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version::Representation
|
5900
|
+
|
5901
|
+
end
|
5902
|
+
end
|
5903
|
+
|
5631
5904
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
5632
5905
|
# @private
|
5633
5906
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5711,6 +5984,8 @@ module Google
|
|
5711
5984
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5712
5985
|
property :audio_config, as: 'audioConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
|
5713
5986
|
|
5987
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents::Representation
|
5988
|
+
|
5714
5989
|
property :event, as: 'event', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
|
5715
5990
|
|
5716
5991
|
property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
@@ -5744,6 +6019,7 @@ module Google
|
|
5744
6019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5745
6020
|
property :action, as: 'action'
|
5746
6021
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
6022
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5747
6023
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5748
6024
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5749
6025
|
|
@@ -6015,6 +6291,13 @@ module Google
|
|
6015
6291
|
end
|
6016
6292
|
end
|
6017
6293
|
|
6294
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
6295
|
+
# @private
|
6296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6297
|
+
collection :dtmf_events, as: 'dtmfEvents'
|
6298
|
+
end
|
6299
|
+
end
|
6300
|
+
|
6018
6301
|
class GoogleCloudDialogflowV2beta1TextInput
|
6019
6302
|
# @private
|
6020
6303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6023,6 +6306,17 @@ module Google
|
|
6023
6306
|
end
|
6024
6307
|
end
|
6025
6308
|
|
6309
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
6310
|
+
# @private
|
6311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6312
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
6313
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
6314
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6315
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
|
6316
|
+
|
6317
|
+
end
|
6318
|
+
end
|
6319
|
+
|
6026
6320
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
6027
6321
|
# @private
|
6028
6322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6046,6 +6340,17 @@ module Google
|
|
6046
6340
|
end
|
6047
6341
|
end
|
6048
6342
|
|
6343
|
+
class GoogleCloudDialogflowV2beta1Version
|
6344
|
+
# @private
|
6345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6346
|
+
property :create_time, as: 'createTime'
|
6347
|
+
property :description, as: 'description'
|
6348
|
+
property :name, as: 'name'
|
6349
|
+
property :status, as: 'status'
|
6350
|
+
property :version_number, as: 'versionNumber'
|
6351
|
+
end
|
6352
|
+
end
|
6353
|
+
|
6049
6354
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
6050
6355
|
# @private
|
6051
6356
|
class Representation < Google::Apis::Core::JsonRepresentation
|