google-apis-dialogflow_v2 0.8.0 → 0.13.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 +20 -0
- data/lib/google/apis/dialogflow_v2.rb +1 -1
- data/lib/google/apis/dialogflow_v2/classes.rb +697 -36
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2/representations.rb +288 -0
- data/lib/google/apis/dialogflow_v2/service.rb +809 -13
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 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
|
|
@@ -1048,6 +1108,18 @@ module Google
|
|
1048
1108
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1109
|
end
|
1050
1110
|
|
1111
|
+
class GoogleCloudDialogflowV2EnvironmentHistory
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudDialogflowV2EnvironmentHistoryEntry
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1051
1123
|
class GoogleCloudDialogflowV2EventInput
|
1052
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1125
|
|
@@ -1162,6 +1234,24 @@ module Google
|
|
1162
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1163
1235
|
end
|
1164
1236
|
|
1237
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfig
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1165
1255
|
class GoogleCloudDialogflowV2ImportAgentRequest
|
1166
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
1257
|
|
@@ -1462,6 +1552,12 @@ module Google
|
|
1462
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1553
|
end
|
1464
1554
|
|
1555
|
+
class GoogleCloudDialogflowV2ListVersionsResponse
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1465
1561
|
class GoogleCloudDialogflowV2LoggingConfig
|
1466
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1563
|
|
@@ -1630,6 +1726,12 @@ module Google
|
|
1630
1726
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1727
|
end
|
1632
1728
|
|
1729
|
+
class GoogleCloudDialogflowV2TextToSpeechSettings
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
|
+
|
1732
|
+
include Google::Apis::Core::JsonObjectSupport
|
1733
|
+
end
|
1734
|
+
|
1633
1735
|
class GoogleCloudDialogflowV2TrainAgentRequest
|
1634
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1737
|
|
@@ -1648,6 +1750,12 @@ module Google
|
|
1648
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1751
|
end
|
1650
1752
|
|
1753
|
+
class GoogleCloudDialogflowV2Version
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1651
1759
|
class GoogleCloudDialogflowV2VoiceSelectionParams
|
1652
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1761
|
|
@@ -2225,6 +2333,16 @@ module Google
|
|
2225
2333
|
end
|
2226
2334
|
end
|
2227
2335
|
|
2336
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2337
|
+
# @private
|
2338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2339
|
+
property :name, as: 'name'
|
2340
|
+
property :result, as: 'result'
|
2341
|
+
property :run_time, as: 'runTime'
|
2342
|
+
collection :test_case_results, as: 'testCaseResults'
|
2343
|
+
end
|
2344
|
+
end
|
2345
|
+
|
2228
2346
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2229
2347
|
# @private
|
2230
2348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2321,6 +2439,14 @@ module Google
|
|
2321
2439
|
end
|
2322
2440
|
end
|
2323
2441
|
|
2442
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2443
|
+
# @private
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2445
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2446
|
+
property :flow_uri, as: 'flowUri'
|
2447
|
+
end
|
2448
|
+
end
|
2449
|
+
|
2324
2450
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2325
2451
|
# @private
|
2326
2452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2439,6 +2565,13 @@ module Google
|
|
2439
2565
|
end
|
2440
2566
|
end
|
2441
2567
|
|
2568
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2569
|
+
# @private
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2571
|
+
property :flow, as: 'flow'
|
2572
|
+
end
|
2573
|
+
end
|
2574
|
+
|
2442
2575
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2443
2576
|
# @private
|
2444
2577
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2671,6 +2804,22 @@ module Google
|
|
2671
2804
|
end
|
2672
2805
|
end
|
2673
2806
|
|
2807
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2808
|
+
# @private
|
2809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2810
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3TestError::Representation
|
2811
|
+
|
2812
|
+
end
|
2813
|
+
end
|
2814
|
+
|
2815
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2816
|
+
# @private
|
2817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2818
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2819
|
+
|
2820
|
+
end
|
2821
|
+
end
|
2822
|
+
|
2674
2823
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2675
2824
|
# @private
|
2676
2825
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2794,6 +2943,7 @@ module Google
|
|
2794
2943
|
|
2795
2944
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2796
2945
|
|
2946
|
+
property :language_code, as: 'languageCode'
|
2797
2947
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2798
2948
|
|
2799
2949
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2803,6 +2953,10 @@ module Google
|
|
2803
2953
|
|
2804
2954
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2805
2955
|
|
2956
|
+
property :text, as: 'text'
|
2957
|
+
property :transcript, as: 'transcript'
|
2958
|
+
property :trigger_event, as: 'triggerEvent'
|
2959
|
+
property :trigger_intent, as: 'triggerIntent'
|
2806
2960
|
end
|
2807
2961
|
end
|
2808
2962
|
|
@@ -2889,6 +3043,16 @@ module Google
|
|
2889
3043
|
end
|
2890
3044
|
end
|
2891
3045
|
|
3046
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3047
|
+
# @private
|
3048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3049
|
+
property :name, as: 'name'
|
3050
|
+
property :result, as: 'result'
|
3051
|
+
property :run_time, as: 'runTime'
|
3052
|
+
collection :test_case_results, as: 'testCaseResults'
|
3053
|
+
end
|
3054
|
+
end
|
3055
|
+
|
2892
3056
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
2893
3057
|
# @private
|
2894
3058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2985,6 +3149,14 @@ module Google
|
|
2985
3149
|
end
|
2986
3150
|
end
|
2987
3151
|
|
3152
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3153
|
+
# @private
|
3154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3155
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3156
|
+
property :flow_uri, as: 'flowUri'
|
3157
|
+
end
|
3158
|
+
end
|
3159
|
+
|
2988
3160
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
2989
3161
|
# @private
|
2990
3162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3103,6 +3275,13 @@ module Google
|
|
3103
3275
|
end
|
3104
3276
|
end
|
3105
3277
|
|
3278
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3279
|
+
# @private
|
3280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3281
|
+
property :flow, as: 'flow'
|
3282
|
+
end
|
3283
|
+
end
|
3284
|
+
|
3106
3285
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3107
3286
|
# @private
|
3108
3287
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3335,6 +3514,22 @@ module Google
|
|
3335
3514
|
end
|
3336
3515
|
end
|
3337
3516
|
|
3517
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
3518
|
+
# @private
|
3519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3520
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
3521
|
+
|
3522
|
+
end
|
3523
|
+
end
|
3524
|
+
|
3525
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
3526
|
+
# @private
|
3527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3528
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3529
|
+
|
3530
|
+
end
|
3531
|
+
end
|
3532
|
+
|
3338
3533
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3339
3534
|
# @private
|
3340
3535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3458,6 +3653,7 @@ module Google
|
|
3458
3653
|
|
3459
3654
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3460
3655
|
|
3656
|
+
property :language_code, as: 'languageCode'
|
3461
3657
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3462
3658
|
|
3463
3659
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -3467,6 +3663,10 @@ module Google
|
|
3467
3663
|
|
3468
3664
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3469
3665
|
|
3666
|
+
property :text, as: 'text'
|
3667
|
+
property :transcript, as: 'transcript'
|
3668
|
+
property :trigger_event, as: 'triggerEvent'
|
3669
|
+
property :trigger_intent, as: 'triggerIntent'
|
3470
3670
|
end
|
3471
3671
|
end
|
3472
3672
|
|
@@ -3797,6 +3997,8 @@ module Google
|
|
3797
3997
|
property :display_name, as: 'displayName'
|
3798
3998
|
property :human_agent_assistant_config, as: 'humanAgentAssistantConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig::Representation
|
3799
3999
|
|
4000
|
+
property :human_agent_handoff_config, as: 'humanAgentHandoffConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig::Representation
|
4001
|
+
|
3800
4002
|
property :language_code, as: 'languageCode'
|
3801
4003
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig::Representation
|
3802
4004
|
|
@@ -3905,12 +4107,35 @@ module Google
|
|
3905
4107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3906
4108
|
property :agent_version, as: 'agentVersion'
|
3907
4109
|
property :description, as: 'description'
|
4110
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Fulfillment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Fulfillment::Representation
|
4111
|
+
|
3908
4112
|
property :name, as: 'name'
|
3909
4113
|
property :state, as: 'state'
|
4114
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextToSpeechSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextToSpeechSettings::Representation
|
4115
|
+
|
3910
4116
|
property :update_time, as: 'updateTime'
|
3911
4117
|
end
|
3912
4118
|
end
|
3913
4119
|
|
4120
|
+
class GoogleCloudDialogflowV2EnvironmentHistory
|
4121
|
+
# @private
|
4122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4123
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EnvironmentHistoryEntry::Representation
|
4124
|
+
|
4125
|
+
property :next_page_token, as: 'nextPageToken'
|
4126
|
+
property :parent, as: 'parent'
|
4127
|
+
end
|
4128
|
+
end
|
4129
|
+
|
4130
|
+
class GoogleCloudDialogflowV2EnvironmentHistoryEntry
|
4131
|
+
# @private
|
4132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4133
|
+
property :agent_version, as: 'agentVersion'
|
4134
|
+
property :create_time, as: 'createTime'
|
4135
|
+
property :description, as: 'description'
|
4136
|
+
end
|
4137
|
+
end
|
4138
|
+
|
3914
4139
|
class GoogleCloudDialogflowV2EventInput
|
3915
4140
|
# @private
|
3916
4141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3981,6 +4206,8 @@ module Google
|
|
3981
4206
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfig
|
3982
4207
|
# @private
|
3983
4208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4209
|
+
property :end_user_suggestion_config, as: 'endUserSuggestionConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig::Representation
|
4210
|
+
|
3984
4211
|
property :human_agent_suggestion_config, as: 'humanAgentSuggestionConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig::Representation
|
3985
4212
|
|
3986
4213
|
property :message_analysis_config, as: 'messageAnalysisConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig::Representation
|
@@ -4000,6 +4227,7 @@ module Google
|
|
4000
4227
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig
|
4001
4228
|
# @private
|
4002
4229
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4230
|
+
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
4003
4231
|
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
4004
4232
|
end
|
4005
4233
|
end
|
@@ -4092,6 +4320,33 @@ module Google
|
|
4092
4320
|
end
|
4093
4321
|
end
|
4094
4322
|
|
4323
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfig
|
4324
|
+
# @private
|
4325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4326
|
+
property :live_person_config, as: 'livePersonConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig::Representation
|
4327
|
+
|
4328
|
+
property :salesforce_live_agent_config, as: 'salesforceLiveAgentConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig::Representation
|
4329
|
+
|
4330
|
+
end
|
4331
|
+
end
|
4332
|
+
|
4333
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig
|
4334
|
+
# @private
|
4335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4336
|
+
property :account_number, as: 'accountNumber'
|
4337
|
+
end
|
4338
|
+
end
|
4339
|
+
|
4340
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
4341
|
+
# @private
|
4342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4343
|
+
property :button_id, as: 'buttonId'
|
4344
|
+
property :deployment_id, as: 'deploymentId'
|
4345
|
+
property :endpoint_domain, as: 'endpointDomain'
|
4346
|
+
property :organization_id, as: 'organizationId'
|
4347
|
+
end
|
4348
|
+
end
|
4349
|
+
|
4095
4350
|
class GoogleCloudDialogflowV2ImportAgentRequest
|
4096
4351
|
# @private
|
4097
4352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4610,6 +4865,15 @@ module Google
|
|
4610
4865
|
end
|
4611
4866
|
end
|
4612
4867
|
|
4868
|
+
class GoogleCloudDialogflowV2ListVersionsResponse
|
4869
|
+
# @private
|
4870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4871
|
+
property :next_page_token, as: 'nextPageToken'
|
4872
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Version, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Version::Representation
|
4873
|
+
|
4874
|
+
end
|
4875
|
+
end
|
4876
|
+
|
4613
4877
|
class GoogleCloudDialogflowV2LoggingConfig
|
4614
4878
|
# @private
|
4615
4879
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4720,6 +4984,7 @@ module Google
|
|
4720
4984
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4721
4985
|
property :action, as: 'action'
|
4722
4986
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
4987
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4723
4988
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4724
4989
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessage::Representation
|
4725
4990
|
|
@@ -4887,6 +5152,17 @@ module Google
|
|
4887
5152
|
end
|
4888
5153
|
end
|
4889
5154
|
|
5155
|
+
class GoogleCloudDialogflowV2TextToSpeechSettings
|
5156
|
+
# @private
|
5157
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5158
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
5159
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
5160
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
5161
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SynthesizeSpeechConfig::Representation
|
5162
|
+
|
5163
|
+
end
|
5164
|
+
end
|
5165
|
+
|
4890
5166
|
class GoogleCloudDialogflowV2TrainAgentRequest
|
4891
5167
|
# @private
|
4892
5168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4910,6 +5186,17 @@ module Google
|
|
4910
5186
|
end
|
4911
5187
|
end
|
4912
5188
|
|
5189
|
+
class GoogleCloudDialogflowV2Version
|
5190
|
+
# @private
|
5191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5192
|
+
property :create_time, as: 'createTime'
|
5193
|
+
property :description, as: 'description'
|
5194
|
+
property :name, as: 'name'
|
5195
|
+
property :status, as: 'status'
|
5196
|
+
property :version_number, as: 'versionNumber'
|
5197
|
+
end
|
5198
|
+
end
|
5199
|
+
|
4913
5200
|
class GoogleCloudDialogflowV2VoiceSelectionParams
|
4914
5201
|
# @private
|
4915
5202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5635,6 +5922,7 @@ module Google
|
|
5635
5922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5636
5923
|
property :action, as: 'action'
|
5637
5924
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5925
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5638
5926
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5639
5927
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5640
5928
|
|