google-apis-dialogflow_v3 0.10.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 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
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -214,6 +220,18 @@ module Google
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
215
221
|
end
|
216
222
|
|
223
|
+
class GoogleCloudDialogflowCxV3ExportFlowRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
217
235
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
218
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
237
|
|
@@ -322,6 +340,18 @@ module Google
|
|
322
340
|
include Google::Apis::Core::JsonObjectSupport
|
323
341
|
end
|
324
342
|
|
343
|
+
class GoogleCloudDialogflowCxV3ImportFlowRequest
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
325
355
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
326
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
357
|
|
@@ -394,6 +424,12 @@ module Google
|
|
394
424
|
include Google::Apis::Core::JsonObjectSupport
|
395
425
|
end
|
396
426
|
|
427
|
+
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
397
433
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
398
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
435
|
|
@@ -628,6 +664,24 @@ module Google
|
|
628
664
|
include Google::Apis::Core::JsonObjectSupport
|
629
665
|
end
|
630
666
|
|
667
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestRequest
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
631
685
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
632
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
687
|
|
@@ -898,6 +952,12 @@ module Google
|
|
898
952
|
include Google::Apis::Core::JsonObjectSupport
|
899
953
|
end
|
900
954
|
|
955
|
+
class GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
901
961
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
902
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
963
|
|
@@ -916,6 +976,12 @@ module Google
|
|
916
976
|
include Google::Apis::Core::JsonObjectSupport
|
917
977
|
end
|
918
978
|
|
979
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
919
985
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
920
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
987
|
|
@@ -976,6 +1042,12 @@ module Google
|
|
976
1042
|
include Google::Apis::Core::JsonObjectSupport
|
977
1043
|
end
|
978
1044
|
|
1045
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
979
1051
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
980
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
1053
|
|
@@ -1054,6 +1126,12 @@ module Google
|
|
1054
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1127
|
end
|
1056
1128
|
|
1129
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1057
1135
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
1058
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1137
|
|
@@ -1192,6 +1270,18 @@ module Google
|
|
1192
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1271
|
end
|
1194
1272
|
|
1273
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1195
1285
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
1196
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1287
|
|
@@ -2202,6 +2292,7 @@ module Google
|
|
2202
2292
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings::Representation
|
2203
2293
|
|
2204
2294
|
property :start_flow, as: 'startFlow'
|
2295
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
2205
2296
|
property :time_zone, as: 'timeZone'
|
2206
2297
|
end
|
2207
2298
|
end
|
@@ -2268,6 +2359,16 @@ module Google
|
|
2268
2359
|
end
|
2269
2360
|
end
|
2270
2361
|
|
2362
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2363
|
+
# @private
|
2364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2365
|
+
property :name, as: 'name'
|
2366
|
+
property :result, as: 'result'
|
2367
|
+
property :run_time, as: 'runTime'
|
2368
|
+
collection :test_case_results, as: 'testCaseResults'
|
2369
|
+
end
|
2370
|
+
end
|
2371
|
+
|
2271
2372
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2272
2373
|
# @private
|
2273
2374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2281,6 +2382,7 @@ module Google
|
|
2281
2382
|
class GoogleCloudDialogflowCxV3ConversationTurnUserInput
|
2282
2383
|
# @private
|
2283
2384
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2385
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2284
2386
|
hash :injected_parameters, as: 'injectedParameters'
|
2285
2387
|
property :input, as: 'input', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput::Representation
|
2286
2388
|
|
@@ -2344,12 +2446,14 @@ module Google
|
|
2344
2446
|
class GoogleCloudDialogflowCxV3DetectIntentResponse
|
2345
2447
|
# @private
|
2346
2448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2449
|
+
property :allow_cancellation, as: 'allowCancellation'
|
2347
2450
|
property :output_audio, :base64 => true, as: 'outputAudio'
|
2348
2451
|
property :output_audio_config, as: 'outputAudioConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3OutputAudioConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3OutputAudioConfig::Representation
|
2349
2452
|
|
2350
2453
|
property :query_result, as: 'queryResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryResult::Representation
|
2351
2454
|
|
2352
2455
|
property :response_id, as: 'responseId'
|
2456
|
+
property :response_type, as: 'responseType'
|
2353
2457
|
end
|
2354
2458
|
end
|
2355
2459
|
|
@@ -2505,6 +2609,7 @@ module Google
|
|
2505
2609
|
# @private
|
2506
2610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2507
2611
|
property :agent_uri, as: 'agentUri'
|
2612
|
+
property :environment, as: 'environment'
|
2508
2613
|
end
|
2509
2614
|
end
|
2510
2615
|
|
@@ -2516,6 +2621,22 @@ module Google
|
|
2516
2621
|
end
|
2517
2622
|
end
|
2518
2623
|
|
2624
|
+
class GoogleCloudDialogflowCxV3ExportFlowRequest
|
2625
|
+
# @private
|
2626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2627
|
+
property :flow_uri, as: 'flowUri'
|
2628
|
+
property :include_referenced_flows, as: 'includeReferencedFlows'
|
2629
|
+
end
|
2630
|
+
end
|
2631
|
+
|
2632
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2633
|
+
# @private
|
2634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2635
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2636
|
+
property :flow_uri, as: 'flowUri'
|
2637
|
+
end
|
2638
|
+
end
|
2639
|
+
|
2519
2640
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2520
2641
|
# @private
|
2521
2642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2628,6 +2749,7 @@ module Google
|
|
2628
2749
|
|
2629
2750
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2630
2751
|
|
2752
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
2631
2753
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction::Representation
|
2632
2754
|
|
2633
2755
|
property :tag, as: 'tag'
|
@@ -2693,6 +2815,22 @@ module Google
|
|
2693
2815
|
end
|
2694
2816
|
end
|
2695
2817
|
|
2818
|
+
class GoogleCloudDialogflowCxV3ImportFlowRequest
|
2819
|
+
# @private
|
2820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2821
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2822
|
+
property :flow_uri, as: 'flowUri'
|
2823
|
+
property :import_option, as: 'importOption'
|
2824
|
+
end
|
2825
|
+
end
|
2826
|
+
|
2827
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2828
|
+
# @private
|
2829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2830
|
+
property :flow, as: 'flow'
|
2831
|
+
end
|
2832
|
+
end
|
2833
|
+
|
2696
2834
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2697
2835
|
# @private
|
2698
2836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2806,6 +2944,15 @@ module Google
|
|
2806
2944
|
end
|
2807
2945
|
end
|
2808
2946
|
|
2947
|
+
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
2948
|
+
# @private
|
2949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2950
|
+
collection :continuous_test_results, as: 'continuousTestResults', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2951
|
+
|
2952
|
+
property :next_page_token, as: 'nextPageToken'
|
2953
|
+
end
|
2954
|
+
end
|
2955
|
+
|
2809
2956
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
2810
2957
|
# @private
|
2811
2958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3209,6 +3356,28 @@ module Google
|
|
3209
3356
|
end
|
3210
3357
|
end
|
3211
3358
|
|
3359
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
3360
|
+
# @private
|
3361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3362
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError::Representation
|
3363
|
+
|
3364
|
+
end
|
3365
|
+
end
|
3366
|
+
|
3367
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestRequest
|
3368
|
+
# @private
|
3369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3370
|
+
end
|
3371
|
+
end
|
3372
|
+
|
3373
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
3374
|
+
# @private
|
3375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3376
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
3377
|
+
|
3378
|
+
end
|
3379
|
+
end
|
3380
|
+
|
3212
3381
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
3213
3382
|
# @private
|
3214
3383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3554,6 +3723,8 @@ module Google
|
|
3554
3723
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService::Representation
|
3555
3724
|
|
3556
3725
|
property :name, as: 'name'
|
3726
|
+
property :service_directory, as: 'serviceDirectory', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig::Representation
|
3727
|
+
|
3557
3728
|
property :timeout, as: 'timeout'
|
3558
3729
|
end
|
3559
3730
|
end
|
@@ -3576,6 +3747,7 @@ module Google
|
|
3576
3747
|
|
3577
3748
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
3578
3749
|
|
3750
|
+
property :language_code, as: 'languageCode'
|
3579
3751
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
3580
3752
|
|
3581
3753
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -3650,6 +3822,15 @@ module Google
|
|
3650
3822
|
end
|
3651
3823
|
end
|
3652
3824
|
|
3825
|
+
class GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
|
3826
|
+
# @private
|
3827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3828
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService::Representation
|
3829
|
+
|
3830
|
+
property :service, as: 'service'
|
3831
|
+
end
|
3832
|
+
end
|
3833
|
+
|
3653
3834
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
3654
3835
|
# @private
|
3655
3836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3675,6 +3856,16 @@ module Google
|
|
3675
3856
|
end
|
3676
3857
|
end
|
3677
3858
|
|
3859
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3860
|
+
# @private
|
3861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3862
|
+
property :name, as: 'name'
|
3863
|
+
property :result, as: 'result'
|
3864
|
+
property :run_time, as: 'runTime'
|
3865
|
+
collection :test_case_results, as: 'testCaseResults'
|
3866
|
+
end
|
3867
|
+
end
|
3868
|
+
|
3678
3869
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
3679
3870
|
# @private
|
3680
3871
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3688,6 +3879,7 @@ module Google
|
|
3688
3879
|
class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
|
3689
3880
|
# @private
|
3690
3881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3882
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
3691
3883
|
hash :injected_parameters, as: 'injectedParameters'
|
3692
3884
|
property :input, as: 'input', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
|
3693
3885
|
|
@@ -3771,6 +3963,14 @@ module Google
|
|
3771
3963
|
end
|
3772
3964
|
end
|
3773
3965
|
|
3966
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3967
|
+
# @private
|
3968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3969
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3970
|
+
property :flow_uri, as: 'flowUri'
|
3971
|
+
end
|
3972
|
+
end
|
3973
|
+
|
3774
3974
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3775
3975
|
# @private
|
3776
3976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3824,6 +4024,7 @@ module Google
|
|
3824
4024
|
|
3825
4025
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3826
4026
|
|
4027
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
3827
4028
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction::Representation
|
3828
4029
|
|
3829
4030
|
property :tag, as: 'tag'
|
@@ -3889,6 +4090,13 @@ module Google
|
|
3889
4090
|
end
|
3890
4091
|
end
|
3891
4092
|
|
4093
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
4094
|
+
# @private
|
4095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4096
|
+
property :flow, as: 'flow'
|
4097
|
+
end
|
4098
|
+
end
|
4099
|
+
|
3892
4100
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3893
4101
|
# @private
|
3894
4102
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4121,6 +4329,22 @@ module Google
|
|
4121
4329
|
end
|
4122
4330
|
end
|
4123
4331
|
|
4332
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
4333
|
+
# @private
|
4334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4335
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4336
|
+
|
4337
|
+
end
|
4338
|
+
end
|
4339
|
+
|
4340
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
4341
|
+
# @private
|
4342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4343
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
4344
|
+
|
4345
|
+
end
|
4346
|
+
end
|
4347
|
+
|
4124
4348
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
4125
4349
|
# @private
|
4126
4350
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4244,6 +4468,7 @@ module Google
|
|
4244
4468
|
|
4245
4469
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
4246
4470
|
|
4471
|
+
property :language_code, as: 'languageCode'
|
4247
4472
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4248
4473
|
|
4249
4474
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4841,6 +5066,7 @@ module Google
|
|
4841
5066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4842
5067
|
property :action, as: 'action'
|
4843
5068
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5069
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4844
5070
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4845
5071
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2IntentMessage::Representation
|
4846
5072
|
|
@@ -5636,6 +5862,7 @@ module Google
|
|
5636
5862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5637
5863
|
property :action, as: 'action'
|
5638
5864
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5865
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5639
5866
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5640
5867
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5641
5868
|
|