google-apis-dialogflow_v3 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_v3.rb +1 -1
- data/lib/google/apis/dialogflow_v3/classes.rb +556 -43
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +231 -0
- data/lib/google/apis/dialogflow_v3/service.rb +235 -65
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.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
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -214,6 +220,18 @@ module Google
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
215
221
|
end
|
216
222
|
|
223
|
+
class GoogleCloudDialogflowCxV3ExportFlowRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
217
235
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
218
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
237
|
|
@@ -322,6 +340,18 @@ module Google
|
|
322
340
|
include Google::Apis::Core::JsonObjectSupport
|
323
341
|
end
|
324
342
|
|
343
|
+
class GoogleCloudDialogflowCxV3ImportFlowRequest
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
325
355
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
326
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
357
|
|
@@ -394,6 +424,12 @@ module Google
|
|
394
424
|
include Google::Apis::Core::JsonObjectSupport
|
395
425
|
end
|
396
426
|
|
427
|
+
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
397
433
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
398
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
435
|
|
@@ -628,6 +664,24 @@ module Google
|
|
628
664
|
include Google::Apis::Core::JsonObjectSupport
|
629
665
|
end
|
630
666
|
|
667
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestRequest
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
631
685
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
632
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
687
|
|
@@ -898,6 +952,12 @@ module Google
|
|
898
952
|
include Google::Apis::Core::JsonObjectSupport
|
899
953
|
end
|
900
954
|
|
955
|
+
class GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
901
961
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
902
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
963
|
|
@@ -916,6 +976,12 @@ module Google
|
|
916
976
|
include Google::Apis::Core::JsonObjectSupport
|
917
977
|
end
|
918
978
|
|
979
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
919
985
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
920
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
987
|
|
@@ -976,6 +1042,12 @@ module Google
|
|
976
1042
|
include Google::Apis::Core::JsonObjectSupport
|
977
1043
|
end
|
978
1044
|
|
1045
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
979
1051
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
980
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
1053
|
|
@@ -1054,6 +1126,12 @@ module Google
|
|
1054
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1127
|
end
|
1056
1128
|
|
1129
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1057
1135
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
1058
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1137
|
|
@@ -1192,6 +1270,18 @@ module Google
|
|
1192
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1271
|
end
|
1194
1272
|
|
1273
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1195
1285
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
1196
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1287
|
|
@@ -2202,6 +2292,7 @@ module Google
|
|
2202
2292
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings::Representation
|
2203
2293
|
|
2204
2294
|
property :start_flow, as: 'startFlow'
|
2295
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
2205
2296
|
property :time_zone, as: 'timeZone'
|
2206
2297
|
end
|
2207
2298
|
end
|
@@ -2268,6 +2359,16 @@ module Google
|
|
2268
2359
|
end
|
2269
2360
|
end
|
2270
2361
|
|
2362
|
+
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2363
|
+
# @private
|
2364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2365
|
+
property :name, as: 'name'
|
2366
|
+
property :result, as: 'result'
|
2367
|
+
property :run_time, as: 'runTime'
|
2368
|
+
collection :test_case_results, as: 'testCaseResults'
|
2369
|
+
end
|
2370
|
+
end
|
2371
|
+
|
2271
2372
|
class GoogleCloudDialogflowCxV3ConversationTurn
|
2272
2373
|
# @private
|
2273
2374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2505,6 +2606,7 @@ module Google
|
|
2505
2606
|
# @private
|
2506
2607
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2507
2608
|
property :agent_uri, as: 'agentUri'
|
2609
|
+
property :environment, as: 'environment'
|
2508
2610
|
end
|
2509
2611
|
end
|
2510
2612
|
|
@@ -2516,6 +2618,22 @@ module Google
|
|
2516
2618
|
end
|
2517
2619
|
end
|
2518
2620
|
|
2621
|
+
class GoogleCloudDialogflowCxV3ExportFlowRequest
|
2622
|
+
# @private
|
2623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2624
|
+
property :flow_uri, as: 'flowUri'
|
2625
|
+
property :include_referenced_flows, as: 'includeReferencedFlows'
|
2626
|
+
end
|
2627
|
+
end
|
2628
|
+
|
2629
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2630
|
+
# @private
|
2631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2632
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2633
|
+
property :flow_uri, as: 'flowUri'
|
2634
|
+
end
|
2635
|
+
end
|
2636
|
+
|
2519
2637
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2520
2638
|
# @private
|
2521
2639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2549,6 +2667,7 @@ module Google
|
|
2549
2667
|
property :name, as: 'name'
|
2550
2668
|
property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3NluSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3NluSettings::Representation
|
2551
2669
|
|
2670
|
+
collection :transition_route_groups, as: 'transitionRouteGroups'
|
2552
2671
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRoute::Representation
|
2553
2672
|
|
2554
2673
|
end
|
@@ -2692,6 +2811,22 @@ module Google
|
|
2692
2811
|
end
|
2693
2812
|
end
|
2694
2813
|
|
2814
|
+
class GoogleCloudDialogflowCxV3ImportFlowRequest
|
2815
|
+
# @private
|
2816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2817
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2818
|
+
property :flow_uri, as: 'flowUri'
|
2819
|
+
property :import_option, as: 'importOption'
|
2820
|
+
end
|
2821
|
+
end
|
2822
|
+
|
2823
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2824
|
+
# @private
|
2825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2826
|
+
property :flow, as: 'flow'
|
2827
|
+
end
|
2828
|
+
end
|
2829
|
+
|
2695
2830
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2696
2831
|
# @private
|
2697
2832
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2805,6 +2940,15 @@ module Google
|
|
2805
2940
|
end
|
2806
2941
|
end
|
2807
2942
|
|
2943
|
+
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
2944
|
+
# @private
|
2945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2946
|
+
collection :continuous_test_results, as: 'continuousTestResults', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
2947
|
+
|
2948
|
+
property :next_page_token, as: 'nextPageToken'
|
2949
|
+
end
|
2950
|
+
end
|
2951
|
+
|
2808
2952
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
2809
2953
|
# @private
|
2810
2954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3060,6 +3204,7 @@ module Google
|
|
3060
3204
|
# @private
|
3061
3205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3062
3206
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
3207
|
+
property :current_page, as: 'currentPage'
|
3063
3208
|
property :disable_webhook, as: 'disableWebhook'
|
3064
3209
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3::GoogleTypeLatLng::Representation
|
3065
3210
|
|
@@ -3207,6 +3352,28 @@ module Google
|
|
3207
3352
|
end
|
3208
3353
|
end
|
3209
3354
|
|
3355
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
3356
|
+
# @private
|
3357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3358
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError::Representation
|
3359
|
+
|
3360
|
+
end
|
3361
|
+
end
|
3362
|
+
|
3363
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestRequest
|
3364
|
+
# @private
|
3365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3366
|
+
end
|
3367
|
+
end
|
3368
|
+
|
3369
|
+
class GoogleCloudDialogflowCxV3RunContinuousTestResponse
|
3370
|
+
# @private
|
3371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3372
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ContinuousTestResult::Representation
|
3373
|
+
|
3374
|
+
end
|
3375
|
+
end
|
3376
|
+
|
3210
3377
|
class GoogleCloudDialogflowCxV3RunTestCaseMetadata
|
3211
3378
|
# @private
|
3212
3379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3552,6 +3719,8 @@ module Google
|
|
3552
3719
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService::Representation
|
3553
3720
|
|
3554
3721
|
property :name, as: 'name'
|
3722
|
+
property :service_directory, as: 'serviceDirectory', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig::Representation
|
3723
|
+
|
3555
3724
|
property :timeout, as: 'timeout'
|
3556
3725
|
end
|
3557
3726
|
end
|
@@ -3574,6 +3743,7 @@ module Google
|
|
3574
3743
|
|
3575
3744
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
3576
3745
|
|
3746
|
+
property :language_code, as: 'languageCode'
|
3577
3747
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
3578
3748
|
|
3579
3749
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -3583,6 +3753,10 @@ module Google
|
|
3583
3753
|
|
3584
3754
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
3585
3755
|
|
3756
|
+
property :text, as: 'text'
|
3757
|
+
property :transcript, as: 'transcript'
|
3758
|
+
property :trigger_event, as: 'triggerEvent'
|
3759
|
+
property :trigger_intent, as: 'triggerIntent'
|
3586
3760
|
end
|
3587
3761
|
end
|
3588
3762
|
|
@@ -3644,6 +3818,15 @@ module Google
|
|
3644
3818
|
end
|
3645
3819
|
end
|
3646
3820
|
|
3821
|
+
class GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
|
3822
|
+
# @private
|
3823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3824
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService::Representation
|
3825
|
+
|
3826
|
+
property :service, as: 'service'
|
3827
|
+
end
|
3828
|
+
end
|
3829
|
+
|
3647
3830
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
3648
3831
|
# @private
|
3649
3832
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3669,6 +3852,16 @@ module Google
|
|
3669
3852
|
end
|
3670
3853
|
end
|
3671
3854
|
|
3855
|
+
class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
|
3856
|
+
# @private
|
3857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3858
|
+
property :name, as: 'name'
|
3859
|
+
property :result, as: 'result'
|
3860
|
+
property :run_time, as: 'runTime'
|
3861
|
+
collection :test_case_results, as: 'testCaseResults'
|
3862
|
+
end
|
3863
|
+
end
|
3864
|
+
|
3672
3865
|
class GoogleCloudDialogflowCxV3beta1ConversationTurn
|
3673
3866
|
# @private
|
3674
3867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3765,6 +3958,14 @@ module Google
|
|
3765
3958
|
end
|
3766
3959
|
end
|
3767
3960
|
|
3961
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3962
|
+
# @private
|
3963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3964
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3965
|
+
property :flow_uri, as: 'flowUri'
|
3966
|
+
end
|
3967
|
+
end
|
3968
|
+
|
3768
3969
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3769
3970
|
# @private
|
3770
3971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3883,6 +4084,13 @@ module Google
|
|
3883
4084
|
end
|
3884
4085
|
end
|
3885
4086
|
|
4087
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
4088
|
+
# @private
|
4089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4090
|
+
property :flow, as: 'flow'
|
4091
|
+
end
|
4092
|
+
end
|
4093
|
+
|
3886
4094
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3887
4095
|
# @private
|
3888
4096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4115,6 +4323,22 @@ module Google
|
|
4115
4323
|
end
|
4116
4324
|
end
|
4117
4325
|
|
4326
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
|
4327
|
+
# @private
|
4328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4329
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4330
|
+
|
4331
|
+
end
|
4332
|
+
end
|
4333
|
+
|
4334
|
+
class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
|
4335
|
+
# @private
|
4336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4337
|
+
property :continuous_test_result, as: 'continuousTestResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ContinuousTestResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ContinuousTestResult::Representation
|
4338
|
+
|
4339
|
+
end
|
4340
|
+
end
|
4341
|
+
|
4118
4342
|
class GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
|
4119
4343
|
# @private
|
4120
4344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4238,6 +4462,7 @@ module Google
|
|
4238
4462
|
|
4239
4463
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
4240
4464
|
|
4465
|
+
property :language_code, as: 'languageCode'
|
4241
4466
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4242
4467
|
|
4243
4468
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -4247,6 +4472,10 @@ module Google
|
|
4247
4472
|
|
4248
4473
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
4249
4474
|
|
4475
|
+
property :text, as: 'text'
|
4476
|
+
property :transcript, as: 'transcript'
|
4477
|
+
property :trigger_event, as: 'triggerEvent'
|
4478
|
+
property :trigger_intent, as: 'triggerIntent'
|
4250
4479
|
end
|
4251
4480
|
end
|
4252
4481
|
|
@@ -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::DialogflowV3::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV3::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::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV3::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::DialogflowV3::GoogleCloudDialogflowCxV3RunContinuousTestRequest] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleLongrunningOperation] parsed result object
|
795
|
+
# @yieldparam err [StandardError] error object if request failed
|
796
|
+
#
|
797
|
+
# @return [Google::Apis::DialogflowV3::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_v3_run_continuous_test_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
803
|
+
command = make_simple_command(:post, 'v3/{+environment}:runContinuousTest', options)
|
804
|
+
command.request_representation = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RunContinuousTestRequest::Representation
|
805
|
+
command.request_object = google_cloud_dialogflow_cx_v3_run_continuous_test_request_object
|
806
|
+
command.response_representation = Google::Apis::DialogflowV3::GoogleLongrunningOperation::Representation
|
807
|
+
command.response_class = Google::Apis::DialogflowV3::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::DialogflowV3::GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse] parsed result object
|
833
|
+
# @yieldparam err [StandardError] error object if request failed
|
834
|
+
#
|
835
|
+
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse]
|
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, 'v3/{+parent}/continuousTestResults', options)
|
842
|
+
command.response_representation = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse::Representation
|
843
|
+
command.response_class = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
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::DialogflowV3::GoogleCloudDialogflowCxV3Flow] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3ExportFlowRequest] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleLongrunningOperation] parsed result object
|
1500
|
+
# @yieldparam err [StandardError] error object if request failed
|
1501
|
+
#
|
1502
|
+
# @return [Google::Apis::DialogflowV3::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_v3_export_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1508
|
+
command = make_simple_command(:post, 'v3/{+name}:export', options)
|
1509
|
+
command.request_representation = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportFlowRequest::Representation
|
1510
|
+
command.request_object = google_cloud_dialogflow_cx_v3_export_flow_request_object
|
1511
|
+
command.response_representation = Google::Apis::DialogflowV3::GoogleLongrunningOperation::Representation
|
1512
|
+
command.response_class = Google::Apis::DialogflowV3::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::DialogflowV3::GoogleCloudDialogflowCxV3ImportFlowRequest] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleLongrunningOperation] parsed result object
|
1610
|
+
# @yieldparam err [StandardError] error object if request failed
|
1611
|
+
#
|
1612
|
+
# @return [Google::Apis::DialogflowV3::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_v3_import_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1618
|
+
command = make_simple_command(:post, 'v3/{+parent}/flows:import', options)
|
1619
|
+
command.request_representation = Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportFlowRequest::Representation
|
1620
|
+
command.request_object = google_cloud_dialogflow_cx_v3_import_flow_request_object
|
1621
|
+
command.response_representation = Google::Apis::DialogflowV3::GoogleLongrunningOperation::Representation
|
1622
|
+
command.response_class = Google::Apis::DialogflowV3::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::DialogflowV3::GoogleCloudDialogflowCxV3Flow] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3Page] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3Page] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup] google_cloud_dialogflow_cx_v3_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::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest] google_cloud_dialogflow_cx_v3_load_version_request_object
|
2216
2386
|
# @param [String] fields
|
2217
2387
|
# Selector specifying which fields to include in a partial response.
|