google-apis-dialogflow_v3beta1 0.10.0 → 0.15.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 +21 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +541 -52
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +227 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +235 -65
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -100,6 +106,12 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
@@ -178,6 +190,12 @@ module Google
|
|
178
190
|
include Google::Apis::Core::JsonObjectSupport
|
179
191
|
end
|
180
192
|
|
193
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
181
199
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
@@ -316,6 +334,18 @@ module Google
|
|
316
334
|
include Google::Apis::Core::JsonObjectSupport
|
317
335
|
end
|
318
336
|
|
337
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
319
349
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
320
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
351
|
|
@@ -478,6 +508,12 @@ module Google
|
|
478
508
|
include Google::Apis::Core::JsonObjectSupport
|
479
509
|
end
|
480
510
|
|
511
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
481
517
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
482
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
519
|
|
@@ -622,6 +658,18 @@ module Google
|
|
622
658
|
include Google::Apis::Core::JsonObjectSupport
|
623
659
|
end
|
624
660
|
|
661
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowRequest
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
625
673
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
626
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
675
|
|
@@ -730,6 +778,18 @@ module Google
|
|
730
778
|
include Google::Apis::Core::JsonObjectSupport
|
731
779
|
end
|
732
780
|
|
781
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowRequest
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
733
793
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
734
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
795
|
|
@@ -802,6 +862,12 @@ module Google
|
|
802
862
|
include Google::Apis::Core::JsonObjectSupport
|
803
863
|
end
|
804
864
|
|
865
|
+
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
805
871
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
806
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
873
|
|
@@ -1036,6 +1102,24 @@ module Google
|
|
1036
1102
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1103
|
end
|
1038
1104
|
|
1105
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1039
1123
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
1040
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1125
|
|
@@ -1306,6 +1390,12 @@ module Google
|
|
1306
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1307
1391
|
end
|
1308
1392
|
|
1393
|
+
class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1309
1399
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
1310
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
1401
|
|
@@ -2213,6 +2303,16 @@ module Google
|
|
2213
2303
|
end
|
2214
2304
|
end
|
2215
2305
|
|
2306
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2307
|
+
# @private
|
2308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2309
|
+
property :name, as: 'name'
|
2310
|
+
property :result, as: 'result'
|
2311
|
+
property :run_time, as: 'runTime'
|
2312
|
+
collection :test_case_results, as: 'testCaseResults'
|
2313
|
+
end
|
2314
|
+
end
|
2315
|
+
|
2216
2316
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2217
2317
|
# @private
|
2218
2318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2226,6 +2326,7 @@ module Google
|
|
2226
2326
|
class GoogleCloudDialogflowCxV3ConversationTurnUserInput
|
2227
2327
|
# @private
|
2228
2328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2329
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2229
2330
|
hash :injected_parameters, as: 'injectedParameters'
|
2230
2331
|
property :input, as: 'input', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3QueryInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3QueryInput::Representation
|
2231
2332
|
|
@@ -2309,6 +2410,14 @@ module Google
|
|
2309
2410
|
end
|
2310
2411
|
end
|
2311
2412
|
|
2413
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2414
|
+
# @private
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2416
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2417
|
+
property :flow_uri, as: 'flowUri'
|
2418
|
+
end
|
2419
|
+
end
|
2420
|
+
|
2312
2421
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2313
2422
|
# @private
|
2314
2423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2362,6 +2471,7 @@ module Google
|
|
2362
2471
|
|
2363
2472
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2364
2473
|
|
2474
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
2365
2475
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction::Representation
|
2366
2476
|
|
2367
2477
|
property :tag, as: 'tag'
|
@@ -2427,6 +2537,13 @@ module Google
|
|
2427
2537
|
end
|
2428
2538
|
end
|
2429
2539
|
|
2540
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2541
|
+
# @private
|
2542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2543
|
+
property :flow, as: 'flow'
|
2544
|
+
end
|
2545
|
+
end
|
2546
|
+
|
2430
2547
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2431
2548
|
# @private
|
2432
2549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2659,6 +2776,22 @@ module Google
|
|
2659
2776
|
end
|
2660
2777
|
end
|
2661
2778
|
|
2779
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2780
|
+
# @private
|
2781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2782
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2783
|
+
|
2784
|
+
end
|
2785
|
+
end
|
2786
|
+
|
2787
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2788
|
+
# @private
|
2789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2790
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2791
|
+
|
2792
|
+
end
|
2793
|
+
end
|
2794
|
+
|
2662
2795
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2663
2796
|
# @private
|
2664
2797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2782,6 +2915,7 @@ module Google
|
|
2782
2915
|
|
2783
2916
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2784
2917
|
|
2918
|
+
property :language_code, as: 'languageCode'
|
2785
2919
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2786
2920
|
|
2787
2921
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2870,6 +3004,7 @@ module Google
|
|
2870
3004
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
|
2871
3005
|
|
2872
3006
|
property :start_flow, as: 'startFlow'
|
3007
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
2873
3008
|
property :time_zone, as: 'timeZone'
|
2874
3009
|
end
|
2875
3010
|
end
|
@@ -2936,6 +3071,16 @@ module Google
|
|
2936
3071
|
end
|
2937
3072
|
end
|
2938
3073
|
|
3074
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3075
|
+
# @private
|
3076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3077
|
+
property :name, as: 'name'
|
3078
|
+
property :result, as: 'result'
|
3079
|
+
property :run_time, as: 'runTime'
|
3080
|
+
collection :test_case_results, as: 'testCaseResults'
|
3081
|
+
end
|
3082
|
+
end
|
3083
|
+
|
2939
3084
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
2940
3085
|
# @private
|
2941
3086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2949,6 +3094,7 @@ module Google
|
|
2949
3094
|
class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
|
2950
3095
|
# @private
|
2951
3096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3097
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2952
3098
|
hash :injected_parameters, as: 'injectedParameters'
|
2953
3099
|
property :input, as: 'input', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
|
2954
3100
|
|
@@ -3012,12 +3158,14 @@ module Google
|
|
3012
3158
|
class GoogleCloudDialogflowCxV3beta1DetectIntentResponse
|
3013
3159
|
# @private
|
3014
3160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3161
|
+
property :allow_cancellation, as: 'allowCancellation'
|
3015
3162
|
property :output_audio, :base64 => true, as: 'outputAudio'
|
3016
3163
|
property :output_audio_config, as: 'outputAudioConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1OutputAudioConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1OutputAudioConfig::Representation
|
3017
3164
|
|
3018
3165
|
property :query_result, as: 'queryResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryResult::Representation
|
3019
3166
|
|
3020
3167
|
property :response_id, as: 'responseId'
|
3168
|
+
property :response_type, as: 'responseType'
|
3021
3169
|
end
|
3022
3170
|
end
|
3023
3171
|
|
@@ -3173,6 +3321,7 @@ module Google
|
|
3173
3321
|
# @private
|
3174
3322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3175
3323
|
property :agent_uri, as: 'agentUri'
|
3324
|
+
property :environment, as: 'environment'
|
3176
3325
|
end
|
3177
3326
|
end
|
3178
3327
|
|
@@ -3184,6 +3333,22 @@ module Google
|
|
3184
3333
|
end
|
3185
3334
|
end
|
3186
3335
|
|
3336
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowRequest
|
3337
|
+
# @private
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3339
|
+
property :flow_uri, as: 'flowUri'
|
3340
|
+
property :include_referenced_flows, as: 'includeReferencedFlows'
|
3341
|
+
end
|
3342
|
+
end
|
3343
|
+
|
3344
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3345
|
+
# @private
|
3346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3347
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3348
|
+
property :flow_uri, as: 'flowUri'
|
3349
|
+
end
|
3350
|
+
end
|
3351
|
+
|
3187
3352
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3188
3353
|
# @private
|
3189
3354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3296,6 +3461,7 @@ module Google
|
|
3296
3461
|
|
3297
3462
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3298
3463
|
|
3464
|
+
property :return_partial_responses, as: 'returnPartialResponses'
|
3299
3465
|
collection :set_parameter_actions, as: 'setParameterActions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction::Representation
|
3300
3466
|
|
3301
3467
|
property :tag, as: 'tag'
|
@@ -3361,6 +3527,22 @@ module Google
|
|
3361
3527
|
end
|
3362
3528
|
end
|
3363
3529
|
|
3530
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowRequest
|
3531
|
+
# @private
|
3532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3533
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3534
|
+
property :flow_uri, as: 'flowUri'
|
3535
|
+
property :import_option, as: 'importOption'
|
3536
|
+
end
|
3537
|
+
end
|
3538
|
+
|
3539
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3540
|
+
# @private
|
3541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3542
|
+
property :flow, as: 'flow'
|
3543
|
+
end
|
3544
|
+
end
|
3545
|
+
|
3364
3546
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3365
3547
|
# @private
|
3366
3548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3474,6 +3656,15 @@ module Google
|
|
3474
3656
|
end
|
3475
3657
|
end
|
3476
3658
|
|
3659
|
+
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
3660
|
+
# @private
|
3661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3662
|
+
collection :continuous_test_results, as: 'continuousTestResults', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3663
|
+
|
3664
|
+
property :next_page_token, as: 'nextPageToken'
|
3665
|
+
end
|
3666
|
+
end
|
3667
|
+
|
3477
3668
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
3478
3669
|
# @private
|
3479
3670
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3877,6 +4068,28 @@ module Google
|
|
3877
4068
|
end
|
3878
4069
|
end
|
3879
4070
|
|
4071
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
4072
|
+
# @private
|
4073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4074
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4075
|
+
|
4076
|
+
end
|
4077
|
+
end
|
4078
|
+
|
4079
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest
|
4080
|
+
# @private
|
4081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4082
|
+
end
|
4083
|
+
end
|
4084
|
+
|
4085
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
4086
|
+
# @private
|
4087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4088
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
4089
|
+
|
4090
|
+
end
|
4091
|
+
end
|
4092
|
+
|
3880
4093
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3881
4094
|
# @private
|
3882
4095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4222,6 +4435,8 @@ module Google
|
|
4222
4435
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4223
4436
|
|
4224
4437
|
property :name, as: 'name'
|
4438
|
+
property :service_directory, as: 'serviceDirectory', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig::Representation
|
4439
|
+
|
4225
4440
|
property :timeout, as: 'timeout'
|
4226
4441
|
end
|
4227
4442
|
end
|
@@ -4244,6 +4459,7 @@ module Google
|
|
4244
4459
|
|
4245
4460
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
4246
4461
|
|
4462
|
+
property :language_code, as: 'languageCode'
|
4247
4463
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4248
4464
|
|
4249
4465
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4318,6 +4534,15 @@ module Google
|
|
4318
4534
|
end
|
4319
4535
|
end
|
4320
4536
|
|
4537
|
+
class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
|
4538
|
+
# @private
|
4539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4540
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4541
|
+
|
4542
|
+
property :service, as: 'service'
|
4543
|
+
end
|
4544
|
+
end
|
4545
|
+
|
4321
4546
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
4322
4547
|
# @private
|
4323
4548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3beta1::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::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5641
5868
|
|