google-apis-dialogflow_v3beta1 0.9.0 → 0.14.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 +566 -41
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +233 -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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210601"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -100,6 +106,12 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
@@ -178,6 +190,12 @@ module Google
|
|
178
190
|
include Google::Apis::Core::JsonObjectSupport
|
179
191
|
end
|
180
192
|
|
193
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
181
199
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
@@ -316,6 +334,18 @@ module Google
|
|
316
334
|
include Google::Apis::Core::JsonObjectSupport
|
317
335
|
end
|
318
336
|
|
337
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
319
349
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
320
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
351
|
|
@@ -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
|
@@ -2427,6 +2536,13 @@ module Google
|
|
2427
2536
|
end
|
2428
2537
|
end
|
2429
2538
|
|
2539
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2540
|
+
# @private
|
2541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2542
|
+
property :flow, as: 'flow'
|
2543
|
+
end
|
2544
|
+
end
|
2545
|
+
|
2430
2546
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2431
2547
|
# @private
|
2432
2548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2659,6 +2775,22 @@ module Google
|
|
2659
2775
|
end
|
2660
2776
|
end
|
2661
2777
|
|
2778
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2779
|
+
# @private
|
2780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2781
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2782
|
+
|
2783
|
+
end
|
2784
|
+
end
|
2785
|
+
|
2786
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2787
|
+
# @private
|
2788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2789
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2790
|
+
|
2791
|
+
end
|
2792
|
+
end
|
2793
|
+
|
2662
2794
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2663
2795
|
# @private
|
2664
2796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2782,6 +2914,7 @@ module Google
|
|
2782
2914
|
|
2783
2915
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2784
2916
|
|
2917
|
+
property :language_code, as: 'languageCode'
|
2785
2918
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2786
2919
|
|
2787
2920
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2791,6 +2924,10 @@ module Google
|
|
2791
2924
|
|
2792
2925
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2793
2926
|
|
2927
|
+
property :text, as: 'text'
|
2928
|
+
property :transcript, as: 'transcript'
|
2929
|
+
property :trigger_event, as: 'triggerEvent'
|
2930
|
+
property :trigger_intent, as: 'triggerIntent'
|
2794
2931
|
end
|
2795
2932
|
end
|
2796
2933
|
|
@@ -2866,6 +3003,7 @@ module Google
|
|
2866
3003
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
|
2867
3004
|
|
2868
3005
|
property :start_flow, as: 'startFlow'
|
3006
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
2869
3007
|
property :time_zone, as: 'timeZone'
|
2870
3008
|
end
|
2871
3009
|
end
|
@@ -2932,6 +3070,16 @@ module Google
|
|
2932
3070
|
end
|
2933
3071
|
end
|
2934
3072
|
|
3073
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3074
|
+
# @private
|
3075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3076
|
+
property :name, as: 'name'
|
3077
|
+
property :result, as: 'result'
|
3078
|
+
property :run_time, as: 'runTime'
|
3079
|
+
collection :test_case_results, as: 'testCaseResults'
|
3080
|
+
end
|
3081
|
+
end
|
3082
|
+
|
2935
3083
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
2936
3084
|
# @private
|
2937
3085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2945,6 +3093,7 @@ module Google
|
|
2945
3093
|
class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
|
2946
3094
|
# @private
|
2947
3095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3096
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
2948
3097
|
hash :injected_parameters, as: 'injectedParameters'
|
2949
3098
|
property :input, as: 'input', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput::Representation
|
2950
3099
|
|
@@ -3169,6 +3318,7 @@ module Google
|
|
3169
3318
|
# @private
|
3170
3319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3171
3320
|
property :agent_uri, as: 'agentUri'
|
3321
|
+
property :environment, as: 'environment'
|
3172
3322
|
end
|
3173
3323
|
end
|
3174
3324
|
|
@@ -3180,6 +3330,22 @@ module Google
|
|
3180
3330
|
end
|
3181
3331
|
end
|
3182
3332
|
|
3333
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowRequest
|
3334
|
+
# @private
|
3335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3336
|
+
property :flow_uri, as: 'flowUri'
|
3337
|
+
property :include_referenced_flows, as: 'includeReferencedFlows'
|
3338
|
+
end
|
3339
|
+
end
|
3340
|
+
|
3341
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3342
|
+
# @private
|
3343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3344
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3345
|
+
property :flow_uri, as: 'flowUri'
|
3346
|
+
end
|
3347
|
+
end
|
3348
|
+
|
3183
3349
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3184
3350
|
# @private
|
3185
3351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3213,6 +3379,7 @@ module Google
|
|
3213
3379
|
property :name, as: 'name'
|
3214
3380
|
property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings::Representation
|
3215
3381
|
|
3382
|
+
collection :transition_route_groups, as: 'transitionRouteGroups'
|
3216
3383
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
|
3217
3384
|
|
3218
3385
|
end
|
@@ -3356,6 +3523,22 @@ module Google
|
|
3356
3523
|
end
|
3357
3524
|
end
|
3358
3525
|
|
3526
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowRequest
|
3527
|
+
# @private
|
3528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3529
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3530
|
+
property :flow_uri, as: 'flowUri'
|
3531
|
+
property :import_option, as: 'importOption'
|
3532
|
+
end
|
3533
|
+
end
|
3534
|
+
|
3535
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3536
|
+
# @private
|
3537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3538
|
+
property :flow, as: 'flow'
|
3539
|
+
end
|
3540
|
+
end
|
3541
|
+
|
3359
3542
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3360
3543
|
# @private
|
3361
3544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3469,6 +3652,15 @@ module Google
|
|
3469
3652
|
end
|
3470
3653
|
end
|
3471
3654
|
|
3655
|
+
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
3656
|
+
# @private
|
3657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3658
|
+
collection :continuous_test_results, as: 'continuousTestResults', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3659
|
+
|
3660
|
+
property :next_page_token, as: 'nextPageToken'
|
3661
|
+
end
|
3662
|
+
end
|
3663
|
+
|
3472
3664
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
3473
3665
|
# @private
|
3474
3666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3724,6 +3916,7 @@ module Google
|
|
3724
3916
|
# @private
|
3725
3917
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3726
3918
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
3919
|
+
property :current_page, as: 'currentPage'
|
3727
3920
|
property :disable_webhook, as: 'disableWebhook'
|
3728
3921
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng::Representation
|
3729
3922
|
|
@@ -3871,6 +4064,28 @@ module Google
|
|
3871
4064
|
end
|
3872
4065
|
end
|
3873
4066
|
|
4067
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
4068
|
+
# @private
|
4069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4070
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4071
|
+
|
4072
|
+
end
|
4073
|
+
end
|
4074
|
+
|
4075
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest
|
4076
|
+
# @private
|
4077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4078
|
+
end
|
4079
|
+
end
|
4080
|
+
|
4081
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
4082
|
+
# @private
|
4083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4084
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
4085
|
+
|
4086
|
+
end
|
4087
|
+
end
|
4088
|
+
|
3874
4089
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3875
4090
|
# @private
|
3876
4091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4216,6 +4431,8 @@ module Google
|
|
4216
4431
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4217
4432
|
|
4218
4433
|
property :name, as: 'name'
|
4434
|
+
property :service_directory, as: 'serviceDirectory', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig::Representation
|
4435
|
+
|
4219
4436
|
property :timeout, as: 'timeout'
|
4220
4437
|
end
|
4221
4438
|
end
|
@@ -4238,6 +4455,7 @@ module Google
|
|
4238
4455
|
|
4239
4456
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
4240
4457
|
|
4458
|
+
property :language_code, as: 'languageCode'
|
4241
4459
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4242
4460
|
|
4243
4461
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4247,6 +4465,10 @@ module Google
|
|
4247
4465
|
|
4248
4466
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
4249
4467
|
|
4468
|
+
property :text, as: 'text'
|
4469
|
+
property :transcript, as: 'transcript'
|
4470
|
+
property :trigger_event, as: 'triggerEvent'
|
4471
|
+
property :trigger_intent, as: 'triggerIntent'
|
4250
4472
|
end
|
4251
4473
|
end
|
4252
4474
|
|
@@ -4308,6 +4530,15 @@ module Google
|
|
4308
4530
|
end
|
4309
4531
|
end
|
4310
4532
|
|
4533
|
+
class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
|
4534
|
+
# @private
|
4535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4536
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4537
|
+
|
4538
|
+
property :service, as: 'service'
|
4539
|
+
end
|
4540
|
+
end
|
4541
|
+
|
4311
4542
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
4312
4543
|
# @private
|
4313
4544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4831,6 +5062,7 @@ module Google
|
|
4831
5062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4832
5063
|
property :action, as: 'action'
|
4833
5064
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5065
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4834
5066
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4835
5067
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4836
5068
|
|
@@ -5626,6 +5858,7 @@ module Google
|
|
5626
5858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5627
5859
|
property :action, as: 'action'
|
5628
5860
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5861
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5629
5862
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5630
5863
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5631
5864
|
|