google-apis-dialogflow_v3beta1 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_v3beta1.rb +1 -1
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +556 -43
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +231 -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.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
|
|
@@ -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
|
@@ -2309,6 +2409,14 @@ module Google
|
|
2309
2409
|
end
|
2310
2410
|
end
|
2311
2411
|
|
2412
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2413
|
+
# @private
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2415
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2416
|
+
property :flow_uri, as: 'flowUri'
|
2417
|
+
end
|
2418
|
+
end
|
2419
|
+
|
2312
2420
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2313
2421
|
# @private
|
2314
2422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2427,6 +2535,13 @@ module Google
|
|
2427
2535
|
end
|
2428
2536
|
end
|
2429
2537
|
|
2538
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2539
|
+
# @private
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2541
|
+
property :flow, as: 'flow'
|
2542
|
+
end
|
2543
|
+
end
|
2544
|
+
|
2430
2545
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2431
2546
|
# @private
|
2432
2547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2659,6 +2774,22 @@ module Google
|
|
2659
2774
|
end
|
2660
2775
|
end
|
2661
2776
|
|
2777
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
2778
|
+
# @private
|
2779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2780
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2781
|
+
|
2782
|
+
end
|
2783
|
+
end
|
2784
|
+
|
2785
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
2786
|
+
# @private
|
2787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2788
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2789
|
+
|
2790
|
+
end
|
2791
|
+
end
|
2792
|
+
|
2662
2793
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
2663
2794
|
# @private
|
2664
2795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2782,6 +2913,7 @@ module Google
|
|
2782
2913
|
|
2783
2914
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2784
2915
|
|
2916
|
+
property :language_code, as: 'languageCode'
|
2785
2917
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2786
2918
|
|
2787
2919
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2791,6 +2923,10 @@ module Google
|
|
2791
2923
|
|
2792
2924
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2793
2925
|
|
2926
|
+
property :text, as: 'text'
|
2927
|
+
property :transcript, as: 'transcript'
|
2928
|
+
property :trigger_event, as: 'triggerEvent'
|
2929
|
+
property :trigger_intent, as: 'triggerIntent'
|
2794
2930
|
end
|
2795
2931
|
end
|
2796
2932
|
|
@@ -2866,6 +3002,7 @@ module Google
|
|
2866
3002
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
|
2867
3003
|
|
2868
3004
|
property :start_flow, as: 'startFlow'
|
3005
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
2869
3006
|
property :time_zone, as: 'timeZone'
|
2870
3007
|
end
|
2871
3008
|
end
|
@@ -2932,6 +3069,16 @@ module Google
|
|
2932
3069
|
end
|
2933
3070
|
end
|
2934
3071
|
|
3072
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3073
|
+
# @private
|
3074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3075
|
+
property :name, as: 'name'
|
3076
|
+
property :result, as: 'result'
|
3077
|
+
property :run_time, as: 'runTime'
|
3078
|
+
collection :test_case_results, as: 'testCaseResults'
|
3079
|
+
end
|
3080
|
+
end
|
3081
|
+
|
2935
3082
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
2936
3083
|
# @private
|
2937
3084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3169,6 +3316,7 @@ module Google
|
|
3169
3316
|
# @private
|
3170
3317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3171
3318
|
property :agent_uri, as: 'agentUri'
|
3319
|
+
property :environment, as: 'environment'
|
3172
3320
|
end
|
3173
3321
|
end
|
3174
3322
|
|
@@ -3180,6 +3328,22 @@ module Google
|
|
3180
3328
|
end
|
3181
3329
|
end
|
3182
3330
|
|
3331
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowRequest
|
3332
|
+
# @private
|
3333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3334
|
+
property :flow_uri, as: 'flowUri'
|
3335
|
+
property :include_referenced_flows, as: 'includeReferencedFlows'
|
3336
|
+
end
|
3337
|
+
end
|
3338
|
+
|
3339
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3340
|
+
# @private
|
3341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3342
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3343
|
+
property :flow_uri, as: 'flowUri'
|
3344
|
+
end
|
3345
|
+
end
|
3346
|
+
|
3183
3347
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3184
3348
|
# @private
|
3185
3349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3213,6 +3377,7 @@ module Google
|
|
3213
3377
|
property :name, as: 'name'
|
3214
3378
|
property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings::Representation
|
3215
3379
|
|
3380
|
+
collection :transition_route_groups, as: 'transitionRouteGroups'
|
3216
3381
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
|
3217
3382
|
|
3218
3383
|
end
|
@@ -3356,6 +3521,22 @@ module Google
|
|
3356
3521
|
end
|
3357
3522
|
end
|
3358
3523
|
|
3524
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowRequest
|
3525
|
+
# @private
|
3526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3527
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3528
|
+
property :flow_uri, as: 'flowUri'
|
3529
|
+
property :import_option, as: 'importOption'
|
3530
|
+
end
|
3531
|
+
end
|
3532
|
+
|
3533
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3534
|
+
# @private
|
3535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3536
|
+
property :flow, as: 'flow'
|
3537
|
+
end
|
3538
|
+
end
|
3539
|
+
|
3359
3540
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3360
3541
|
# @private
|
3361
3542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3469,6 +3650,15 @@ module Google
|
|
3469
3650
|
end
|
3470
3651
|
end
|
3471
3652
|
|
3653
|
+
class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
3654
|
+
# @private
|
3655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3656
|
+
collection :continuous_test_results, as: 'continuousTestResults', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
3657
|
+
|
3658
|
+
property :next_page_token, as: 'nextPageToken'
|
3659
|
+
end
|
3660
|
+
end
|
3661
|
+
|
3472
3662
|
class GoogleCloudDialogflowCxV3beta1ListEntityTypesResponse
|
3473
3663
|
# @private
|
3474
3664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3724,6 +3914,7 @@ module Google
|
|
3724
3914
|
# @private
|
3725
3915
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3726
3916
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
3917
|
+
property :current_page, as: 'currentPage'
|
3727
3918
|
property :disable_webhook, as: 'disableWebhook'
|
3728
3919
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng::Representation
|
3729
3920
|
|
@@ -3871,6 +4062,28 @@ module Google
|
|
3871
4062
|
end
|
3872
4063
|
end
|
3873
4064
|
|
4065
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
4066
|
+
# @private
|
4067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4068
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4069
|
+
|
4070
|
+
end
|
4071
|
+
end
|
4072
|
+
|
4073
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest
|
4074
|
+
# @private
|
4075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4076
|
+
end
|
4077
|
+
end
|
4078
|
+
|
4079
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
4080
|
+
# @private
|
4081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4082
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
4083
|
+
|
4084
|
+
end
|
4085
|
+
end
|
4086
|
+
|
3874
4087
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
3875
4088
|
# @private
|
3876
4089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4216,6 +4429,8 @@ module Google
|
|
4216
4429
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4217
4430
|
|
4218
4431
|
property :name, as: 'name'
|
4432
|
+
property :service_directory, as: 'serviceDirectory', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig::Representation
|
4433
|
+
|
4219
4434
|
property :timeout, as: 'timeout'
|
4220
4435
|
end
|
4221
4436
|
end
|
@@ -4238,6 +4453,7 @@ module Google
|
|
4238
4453
|
|
4239
4454
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
4240
4455
|
|
4456
|
+
property :language_code, as: 'languageCode'
|
4241
4457
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4242
4458
|
|
4243
4459
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4247,6 +4463,10 @@ module Google
|
|
4247
4463
|
|
4248
4464
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
4249
4465
|
|
4466
|
+
property :text, as: 'text'
|
4467
|
+
property :transcript, as: 'transcript'
|
4468
|
+
property :trigger_event, as: 'triggerEvent'
|
4469
|
+
property :trigger_intent, as: 'triggerIntent'
|
4250
4470
|
end
|
4251
4471
|
end
|
4252
4472
|
|
@@ -4308,6 +4528,15 @@ module Google
|
|
4308
4528
|
end
|
4309
4529
|
end
|
4310
4530
|
|
4531
|
+
class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
|
4532
|
+
# @private
|
4533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4534
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebService::Representation
|
4535
|
+
|
4536
|
+
property :service, as: 'service'
|
4537
|
+
end
|
4538
|
+
end
|
4539
|
+
|
4311
4540
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
4312
4541
|
# @private
|
4313
4542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4831,6 +5060,7 @@ module Google
|
|
4831
5060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4832
5061
|
property :action, as: 'action'
|
4833
5062
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5063
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
4834
5064
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4835
5065
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4836
5066
|
|
@@ -5626,6 +5856,7 @@ module Google
|
|
5626
5856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5627
5857
|
property :action, as: 'action'
|
5628
5858
|
property :all_required_params_present, as: 'allRequiredParamsPresent'
|
5859
|
+
property :cancels_slot_filling, as: 'cancelsSlotFilling'
|
5629
5860
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
5630
5861
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
5631
5862
|
|
@@ -778,6 +778,77 @@ module Google
|
|
778
778
|
execute_or_queue_command(command, &block)
|
779
779
|
end
|
780
780
|
|
781
|
+
# Kicks off a continuous test under the specified Environment.
|
782
|
+
# @param [String] environment
|
783
|
+
# Required. Format: `projects//locations//agents//environments/`.
|
784
|
+
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest] google_cloud_dialogflow_cx_v3beta1_run_continuous_test_request_object
|
785
|
+
# @param [String] fields
|
786
|
+
# Selector specifying which fields to include in a partial response.
|
787
|
+
# @param [String] quota_user
|
788
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
789
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
790
|
+
# @param [Google::Apis::RequestOptions] options
|
791
|
+
# Request-specific options
|
792
|
+
#
|
793
|
+
# @yield [result, err] Result & error if block supplied
|
794
|
+
# @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation] parsed result object
|
795
|
+
# @yieldparam err [StandardError] error object if request failed
|
796
|
+
#
|
797
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation]
|
798
|
+
#
|
799
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
800
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
801
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
802
|
+
def run_project_location_agent_environment_continuous_test(environment, google_cloud_dialogflow_cx_v3beta1_run_continuous_test_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
803
|
+
command = make_simple_command(:post, 'v3beta1/{+environment}:runContinuousTest', options)
|
804
|
+
command.request_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RunContinuousTestRequest::Representation
|
805
|
+
command.request_object = google_cloud_dialogflow_cx_v3beta1_run_continuous_test_request_object
|
806
|
+
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation::Representation
|
807
|
+
command.response_class = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation
|
808
|
+
command.params['environment'] = environment unless environment.nil?
|
809
|
+
command.query['fields'] = fields unless fields.nil?
|
810
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
811
|
+
execute_or_queue_command(command, &block)
|
812
|
+
end
|
813
|
+
|
814
|
+
# Fetches a list of continuous test results for a given environment.
|
815
|
+
# @param [String] parent
|
816
|
+
# Required. The environment to list results for. Format: `projects//locations//
|
817
|
+
# agents// environments/`.
|
818
|
+
# @param [Fixnum] page_size
|
819
|
+
# The maximum number of items to return in a single page. By default 100 and at
|
820
|
+
# most 1000.
|
821
|
+
# @param [String] page_token
|
822
|
+
# The next_page_token value returned from a previous list request.
|
823
|
+
# @param [String] fields
|
824
|
+
# Selector specifying which fields to include in a partial response.
|
825
|
+
# @param [String] quota_user
|
826
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
827
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
828
|
+
# @param [Google::Apis::RequestOptions] options
|
829
|
+
# Request-specific options
|
830
|
+
#
|
831
|
+
# @yield [result, err] Result & error if block supplied
|
832
|
+
# @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse] parsed result object
|
833
|
+
# @yieldparam err [StandardError] error object if request failed
|
834
|
+
#
|
835
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse]
|
836
|
+
#
|
837
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
838
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
839
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
840
|
+
def list_project_location_agent_environment_continuous_test_results(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
841
|
+
command = make_simple_command(:get, 'v3beta1/{+parent}/continuousTestResults', options)
|
842
|
+
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse::Representation
|
843
|
+
command.response_class = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
|
844
|
+
command.params['parent'] = parent unless parent.nil?
|
845
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
846
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
847
|
+
command.query['fields'] = fields unless fields.nil?
|
848
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
849
|
+
execute_or_queue_command(command, &block)
|
850
|
+
end
|
851
|
+
|
781
852
|
# Creates an Experiment in the specified Environment.
|
782
853
|
# @param [String] parent
|
783
854
|
# Required. The Agent to create an Environment for. Format: `projects//locations/
|
@@ -1335,11 +1406,12 @@ module Google
|
|
1335
1406
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Flow] google_cloud_dialogflow_cx_v3beta1_flow_object
|
1336
1407
|
# @param [String] language_code
|
1337
1408
|
# The language of the following fields in `flow`: * `Flow.event_handlers.
|
1338
|
-
# trigger_fulfillment.messages` * `Flow.
|
1339
|
-
#
|
1340
|
-
#
|
1341
|
-
#
|
1342
|
-
#
|
1409
|
+
# trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.
|
1410
|
+
# conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `
|
1411
|
+
# Flow.transition_routes.trigger_fulfillment.conditional_cases` If not specified,
|
1412
|
+
# the agent's default language is used. [Many languages](https://cloud.google.
|
1413
|
+
# com/dialogflow/cx/docs/reference/language) are supported. Note: languages must
|
1414
|
+
# be enabled in the agent before they can be used.
|
1343
1415
|
# @param [String] fields
|
1344
1416
|
# Selector specifying which fields to include in a partial response.
|
1345
1417
|
# @param [String] quota_user
|
@@ -1409,6 +1481,41 @@ module Google
|
|
1409
1481
|
execute_or_queue_command(command, &block)
|
1410
1482
|
end
|
1411
1483
|
|
1484
|
+
# Exports the specified flow to a binary file. Note that resources (e.g. intents,
|
1485
|
+
# entities, webhooks) that the flow references will also be exported.
|
1486
|
+
# @param [String] name
|
1487
|
+
# Required. The name of the flow to export. Format: `projects//locations//agents/
|
1488
|
+
# /flows/`.
|
1489
|
+
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportFlowRequest] google_cloud_dialogflow_cx_v3beta1_export_flow_request_object
|
1490
|
+
# @param [String] fields
|
1491
|
+
# Selector specifying which fields to include in a partial response.
|
1492
|
+
# @param [String] quota_user
|
1493
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1494
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1495
|
+
# @param [Google::Apis::RequestOptions] options
|
1496
|
+
# Request-specific options
|
1497
|
+
#
|
1498
|
+
# @yield [result, err] Result & error if block supplied
|
1499
|
+
# @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation] parsed result object
|
1500
|
+
# @yieldparam err [StandardError] error object if request failed
|
1501
|
+
#
|
1502
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation]
|
1503
|
+
#
|
1504
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1505
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1506
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1507
|
+
def export_project_location_agent_flow(name, google_cloud_dialogflow_cx_v3beta1_export_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1508
|
+
command = make_simple_command(:post, 'v3beta1/{+name}:export', options)
|
1509
|
+
command.request_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportFlowRequest::Representation
|
1510
|
+
command.request_object = google_cloud_dialogflow_cx_v3beta1_export_flow_request_object
|
1511
|
+
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation::Representation
|
1512
|
+
command.response_class = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation
|
1513
|
+
command.params['name'] = name unless name.nil?
|
1514
|
+
command.query['fields'] = fields unless fields.nil?
|
1515
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1516
|
+
execute_or_queue_command(command, &block)
|
1517
|
+
end
|
1518
|
+
|
1412
1519
|
# Retrieves the specified flow.
|
1413
1520
|
# @param [String] name
|
1414
1521
|
# Required. The name of the flow to get. Format: `projects//locations//agents//
|
@@ -1416,10 +1523,12 @@ module Google
|
|
1416
1523
|
# @param [String] language_code
|
1417
1524
|
# The language to retrieve the flow for. The following fields are language
|
1418
1525
|
# dependent: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.
|
1419
|
-
#
|
1420
|
-
#
|
1421
|
-
#
|
1422
|
-
#
|
1526
|
+
# event_handlers.trigger_fulfillment.conditional_cases` * `Flow.
|
1527
|
+
# transition_routes.trigger_fulfillment.messages` * `Flow.transition_routes.
|
1528
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1529
|
+
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1530
|
+
# reference/language) are supported. Note: languages must be enabled in the
|
1531
|
+
# agent before they can be used.
|
1423
1532
|
# @param [String] fields
|
1424
1533
|
# Selector specifying which fields to include in a partial response.
|
1425
1534
|
# @param [String] quota_user
|
@@ -1483,17 +1592,53 @@ module Google
|
|
1483
1592
|
execute_or_queue_command(command, &block)
|
1484
1593
|
end
|
1485
1594
|
|
1595
|
+
# Imports the specified flow to the specified agent from a binary file.
|
1596
|
+
# @param [String] parent
|
1597
|
+
# Required. The agent to import the flow into. Format: `projects//locations//
|
1598
|
+
# agents/`.
|
1599
|
+
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ImportFlowRequest] google_cloud_dialogflow_cx_v3beta1_import_flow_request_object
|
1600
|
+
# @param [String] fields
|
1601
|
+
# Selector specifying which fields to include in a partial response.
|
1602
|
+
# @param [String] quota_user
|
1603
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1604
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1605
|
+
# @param [Google::Apis::RequestOptions] options
|
1606
|
+
# Request-specific options
|
1607
|
+
#
|
1608
|
+
# @yield [result, err] Result & error if block supplied
|
1609
|
+
# @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation] parsed result object
|
1610
|
+
# @yieldparam err [StandardError] error object if request failed
|
1611
|
+
#
|
1612
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation]
|
1613
|
+
#
|
1614
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1615
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1616
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1617
|
+
def import_project_location_agent_flow(parent, google_cloud_dialogflow_cx_v3beta1_import_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1618
|
+
command = make_simple_command(:post, 'v3beta1/{+parent}/flows:import', options)
|
1619
|
+
command.request_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ImportFlowRequest::Representation
|
1620
|
+
command.request_object = google_cloud_dialogflow_cx_v3beta1_import_flow_request_object
|
1621
|
+
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation::Representation
|
1622
|
+
command.response_class = Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation
|
1623
|
+
command.params['parent'] = parent unless parent.nil?
|
1624
|
+
command.query['fields'] = fields unless fields.nil?
|
1625
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1626
|
+
execute_or_queue_command(command, &block)
|
1627
|
+
end
|
1628
|
+
|
1486
1629
|
# Returns the list of all flows in the specified agent.
|
1487
1630
|
# @param [String] parent
|
1488
1631
|
# Required. The agent containing the flows. Format: `projects//locations//agents/
|
1489
1632
|
# `.
|
1490
1633
|
# @param [String] language_code
|
1491
1634
|
# The language to list flows for. The following fields are language dependent: *
|
1492
|
-
# `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.
|
1493
|
-
# trigger_fulfillment.
|
1494
|
-
#
|
1495
|
-
#
|
1496
|
-
#
|
1635
|
+
# `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.
|
1636
|
+
# trigger_fulfillment.conditional_cases` * `Flow.transition_routes.
|
1637
|
+
# trigger_fulfillment.messages` * `Flow.transition_routes.trigger_fulfillment.
|
1638
|
+
# conditional_cases` If not specified, the agent's default language is used. [
|
1639
|
+
# Many languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
|
1640
|
+
# are supported. Note: languages must be enabled in the agent before they can
|
1641
|
+
# be used.
|
1497
1642
|
# @param [Fixnum] page_size
|
1498
1643
|
# The maximum number of items to return in a single page. By default 100 and at
|
1499
1644
|
# most 1000.
|
@@ -1536,11 +1681,12 @@ module Google
|
|
1536
1681
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Flow] google_cloud_dialogflow_cx_v3beta1_flow_object
|
1537
1682
|
# @param [String] language_code
|
1538
1683
|
# The language of the following fields in `flow`: * `Flow.event_handlers.
|
1539
|
-
# trigger_fulfillment.messages` * `Flow.
|
1540
|
-
#
|
1541
|
-
#
|
1542
|
-
#
|
1543
|
-
#
|
1684
|
+
# trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.
|
1685
|
+
# conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `
|
1686
|
+
# Flow.transition_routes.trigger_fulfillment.conditional_cases` If not specified,
|
1687
|
+
# the agent's default language is used. [Many languages](https://cloud.google.
|
1688
|
+
# com/dialogflow/cx/docs/reference/language) are supported. Note: languages must
|
1689
|
+
# be enabled in the agent before they can be used.
|
1544
1690
|
# @param [String] update_mask
|
1545
1691
|
# Required. The mask to control which fields get updated. If `update_mask` is
|
1546
1692
|
# not specified, an error will be returned.
|
@@ -1651,13 +1797,18 @@ module Google
|
|
1651
1797
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page] google_cloud_dialogflow_cx_v3beta1_page_object
|
1652
1798
|
# @param [String] language_code
|
1653
1799
|
# The language of the following fields in `page`: * `Page.entry_fulfillment.
|
1654
|
-
# messages` * `Page.
|
1655
|
-
# messages` * `Page.
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
#
|
1659
|
-
#
|
1660
|
-
#
|
1800
|
+
# messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.
|
1801
|
+
# trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.
|
1802
|
+
# conditional_cases` * `Page.form.parameters.fill_behavior.
|
1803
|
+
# initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.
|
1804
|
+
# initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.
|
1805
|
+
# fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.
|
1806
|
+
# fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.
|
1807
|
+
# transition_routes.trigger_fulfillment.messages` * `Page.transition_routes.
|
1808
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1809
|
+
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1810
|
+
# reference/language) are supported. Note: languages must be enabled in the
|
1811
|
+
# agent before they can be used.
|
1661
1812
|
# @param [String] fields
|
1662
1813
|
# Selector specifying which fields to include in a partial response.
|
1663
1814
|
# @param [String] quota_user
|
@@ -1733,14 +1884,18 @@ module Google
|
|
1733
1884
|
# pages/`.
|
1734
1885
|
# @param [String] language_code
|
1735
1886
|
# The language to retrieve the page for. The following fields are language
|
1736
|
-
# dependent: * `Page.entry_fulfillment.messages` * `Page.
|
1737
|
-
#
|
1738
|
-
#
|
1739
|
-
#
|
1740
|
-
#
|
1741
|
-
#
|
1742
|
-
#
|
1743
|
-
#
|
1887
|
+
# dependent: * `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.
|
1888
|
+
# conditional_cases` * `Page.event_handlers.trigger_fulfillment.messages` * `
|
1889
|
+
# Page.event_handlers.trigger_fulfillment.conditional_cases` * `Page.form.
|
1890
|
+
# parameters.fill_behavior.initial_prompt_fulfillment.messages` * `Page.form.
|
1891
|
+
# parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases` * `Page.
|
1892
|
+
# form.parameters.fill_behavior.reprompt_event_handlers.messages` * `Page.form.
|
1893
|
+
# parameters.fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.
|
1894
|
+
# transition_routes.trigger_fulfillment.messages` * `Page.transition_routes.
|
1895
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1896
|
+
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1897
|
+
# reference/language) are supported. Note: languages must be enabled in the
|
1898
|
+
# agent before they can be used.
|
1744
1899
|
# @param [String] fields
|
1745
1900
|
# Selector specifying which fields to include in a partial response.
|
1746
1901
|
# @param [String] quota_user
|
@@ -1775,14 +1930,18 @@ module Google
|
|
1775
1930
|
# /flows/`.
|
1776
1931
|
# @param [String] language_code
|
1777
1932
|
# The language to list pages for. The following fields are language dependent: *
|
1778
|
-
# `Page.entry_fulfillment.messages` * `Page.
|
1933
|
+
# `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.conditional_cases`
|
1934
|
+
# * `Page.event_handlers.trigger_fulfillment.messages` * `Page.event_handlers.
|
1935
|
+
# trigger_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.
|
1779
1936
|
# initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.
|
1780
|
-
#
|
1781
|
-
#
|
1782
|
-
#
|
1783
|
-
#
|
1784
|
-
#
|
1785
|
-
#
|
1937
|
+
# initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.
|
1938
|
+
# fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.
|
1939
|
+
# fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.
|
1940
|
+
# transition_routes.trigger_fulfillment.messages` * `Page.transition_routes.
|
1941
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1942
|
+
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1943
|
+
# reference/language) are supported. Note: languages must be enabled in the
|
1944
|
+
# agent before they can be used.
|
1786
1945
|
# @param [Fixnum] page_size
|
1787
1946
|
# The maximum number of items to return in a single page. By default 100 and at
|
1788
1947
|
# most 1000.
|
@@ -1826,13 +1985,18 @@ module Google
|
|
1826
1985
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page] google_cloud_dialogflow_cx_v3beta1_page_object
|
1827
1986
|
# @param [String] language_code
|
1828
1987
|
# The language of the following fields in `page`: * `Page.entry_fulfillment.
|
1829
|
-
# messages` * `Page.
|
1830
|
-
# messages` * `Page.
|
1831
|
-
#
|
1832
|
-
#
|
1833
|
-
#
|
1834
|
-
#
|
1835
|
-
#
|
1988
|
+
# messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.
|
1989
|
+
# trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.
|
1990
|
+
# conditional_cases` * `Page.form.parameters.fill_behavior.
|
1991
|
+
# initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.
|
1992
|
+
# initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.
|
1993
|
+
# fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.
|
1994
|
+
# fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.
|
1995
|
+
# transition_routes.trigger_fulfillment.messages` * `Page.transition_routes.
|
1996
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1997
|
+
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1998
|
+
# reference/language) are supported. Note: languages must be enabled in the
|
1999
|
+
# agent before they can be used.
|
1836
2000
|
# @param [String] update_mask
|
1837
2001
|
# The mask to control which fields get updated. If the mask is not present, all
|
1838
2002
|
# fields will be updated.
|
@@ -1873,11 +2037,12 @@ module Google
|
|
1873
2037
|
# locations//agents//flows/`.
|
1874
2038
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup] google_cloud_dialogflow_cx_v3beta1_transition_route_group_object
|
1875
2039
|
# @param [String] language_code
|
1876
|
-
# The language
|
1877
|
-
#
|
1878
|
-
#
|
1879
|
-
#
|
1880
|
-
#
|
2040
|
+
# The language of the following fields in `TransitionRouteGroup`: * `
|
2041
|
+
# TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `
|
2042
|
+
# TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases`
|
2043
|
+
# If not specified, the agent's default language is used. [Many languages](https:
|
2044
|
+
# //cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note:
|
2045
|
+
# languages must be enabled in the agent before they can be used.
|
1881
2046
|
# @param [String] fields
|
1882
2047
|
# Selector specifying which fields to include in a partial response.
|
1883
2048
|
# @param [String] quota_user
|
@@ -1951,8 +2116,10 @@ module Google
|
|
1951
2116
|
# Required. The name of the TransitionRouteGroup. Format: `projects//locations//
|
1952
2117
|
# agents//flows//transitionRouteGroups/`.
|
1953
2118
|
# @param [String] language_code
|
1954
|
-
# The language to
|
1955
|
-
#
|
2119
|
+
# The language to retrieve the transition route group for. The following fields
|
2120
|
+
# are language dependent: * `TransitionRouteGroup.transition_routes.
|
2121
|
+
# trigger_fulfillment.messages` * `TransitionRouteGroup.transition_routes.
|
2122
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1956
2123
|
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1957
2124
|
# reference/language) are supported. Note: languages must be enabled in the
|
1958
2125
|
# agent before they can be used.
|
@@ -1989,8 +2156,10 @@ module Google
|
|
1989
2156
|
# Required. The flow to list all transition route groups for. Format: `projects//
|
1990
2157
|
# locations//agents//flows/`.
|
1991
2158
|
# @param [String] language_code
|
1992
|
-
# The language to list transition route groups for. The
|
1993
|
-
#
|
2159
|
+
# The language to list transition route groups for. The following fields are
|
2160
|
+
# language dependent: * `TransitionRouteGroup.transition_routes.
|
2161
|
+
# trigger_fulfillment.messages` * `TransitionRouteGroup.transition_routes.
|
2162
|
+
# trigger_fulfillment.conditional_cases` If not specified, the agent's default
|
1994
2163
|
# language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/
|
1995
2164
|
# reference/language) are supported. Note: languages must be enabled in the
|
1996
2165
|
# agent before they can be used.
|
@@ -2036,11 +2205,12 @@ module Google
|
|
2036
2205
|
# /locations//agents//flows//transitionRouteGroups/`.
|
2037
2206
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup] google_cloud_dialogflow_cx_v3beta1_transition_route_group_object
|
2038
2207
|
# @param [String] language_code
|
2039
|
-
# The language
|
2040
|
-
#
|
2041
|
-
#
|
2042
|
-
#
|
2043
|
-
#
|
2208
|
+
# The language of the following fields in `TransitionRouteGroup`: * `
|
2209
|
+
# TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `
|
2210
|
+
# TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases`
|
2211
|
+
# If not specified, the agent's default language is used. [Many languages](https:
|
2212
|
+
# //cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note:
|
2213
|
+
# languages must be enabled in the agent before they can be used.
|
2044
2214
|
# @param [String] update_mask
|
2045
2215
|
# The mask to control which fields get updated.
|
2046
2216
|
# @param [String] fields
|
@@ -2208,10 +2378,10 @@ module Google
|
|
2208
2378
|
execute_or_queue_command(command, &block)
|
2209
2379
|
end
|
2210
2380
|
|
2211
|
-
# Loads
|
2381
|
+
# Loads resources in the specified version to the draft flow.
|
2212
2382
|
# @param [String] name
|
2213
|
-
# Required. The Version to be loaded to draft
|
2214
|
-
#
|
2383
|
+
# Required. The Version to be loaded to draft flow. Format: `projects//locations/
|
2384
|
+
# /agents//flows//versions/`.
|
2215
2385
|
# @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LoadVersionRequest] google_cloud_dialogflow_cx_v3beta1_load_version_request_object
|
2216
2386
|
# @param [String] fields
|
2217
2387
|
# Selector specifying which fields to include in a partial response.
|