google-apis-dialogflow_v3 0.20.0 → 0.24.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 +16 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v3/classes.rb +727 -18
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +313 -0
- data/lib/google/apis/dialogflow_v3/service.rb +383 -24
- data/lib/google/apis/dialogflow_v3.rb +1 -1
- metadata +5 -5
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -82,6 +82,24 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class GoogleCloudDialogflowCxV3Changelog
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudDialogflowCxV3CompareVersionsResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
85
103
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
86
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
105
|
|
@@ -124,6 +142,36 @@ module Google
|
|
124
142
|
include Google::Apis::Core::JsonObjectSupport
|
125
143
|
end
|
126
144
|
|
145
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudDialogflowCxV3DeployFlowRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudDialogflowCxV3Deployment
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudDialogflowCxV3DeploymentResult
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
127
175
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
128
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
177
|
|
@@ -166,6 +214,12 @@ module Google
|
|
166
214
|
include Google::Apis::Core::JsonObjectSupport
|
167
215
|
end
|
168
216
|
|
217
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
169
223
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
170
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
225
|
|
@@ -436,12 +490,24 @@ module Google
|
|
436
490
|
include Google::Apis::Core::JsonObjectSupport
|
437
491
|
end
|
438
492
|
|
493
|
+
class GoogleCloudDialogflowCxV3ListChangelogsResponse
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
439
499
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
440
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
501
|
|
442
502
|
include Google::Apis::Core::JsonObjectSupport
|
443
503
|
end
|
444
504
|
|
505
|
+
class GoogleCloudDialogflowCxV3ListDeploymentsResponse
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
445
511
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
446
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
513
|
|
@@ -664,6 +730,12 @@ module Google
|
|
664
730
|
include Google::Apis::Core::JsonObjectSupport
|
665
731
|
end
|
666
732
|
|
733
|
+
class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
667
739
|
class GoogleCloudDialogflowCxV3ResponseMessageText
|
668
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
741
|
|
@@ -1054,12 +1126,42 @@ module Google
|
|
1054
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1127
|
end
|
1056
1128
|
|
1129
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1057
1141
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
1058
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1143
|
|
1060
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1145
|
end
|
1062
1146
|
|
1147
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1063
1165
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
1064
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1167
|
|
@@ -1300,6 +1402,12 @@ module Google
|
|
1300
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1403
|
end
|
1302
1404
|
|
1405
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1303
1411
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageText
|
1304
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1413
|
|
@@ -2284,6 +2392,18 @@ module Google
|
|
2284
2392
|
include Google::Apis::Core::JsonObjectSupport
|
2285
2393
|
end
|
2286
2394
|
|
2395
|
+
class GoogleCloudLocationListLocationsResponse
|
2396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2397
|
+
|
2398
|
+
include Google::Apis::Core::JsonObjectSupport
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class GoogleCloudLocationLocation
|
2402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2403
|
+
|
2404
|
+
include Google::Apis::Core::JsonObjectSupport
|
2405
|
+
end
|
2406
|
+
|
2287
2407
|
class GoogleLongrunningListOperationsResponse
|
2288
2408
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
2409
|
|
@@ -2413,6 +2533,36 @@ module Google
|
|
2413
2533
|
end
|
2414
2534
|
end
|
2415
2535
|
|
2536
|
+
class GoogleCloudDialogflowCxV3Changelog
|
2537
|
+
# @private
|
2538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2539
|
+
property :action, as: 'action'
|
2540
|
+
property :create_time, as: 'createTime'
|
2541
|
+
property :display_name, as: 'displayName'
|
2542
|
+
property :name, as: 'name'
|
2543
|
+
property :resource, as: 'resource'
|
2544
|
+
property :type, as: 'type'
|
2545
|
+
property :user_email, as: 'userEmail'
|
2546
|
+
end
|
2547
|
+
end
|
2548
|
+
|
2549
|
+
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
2550
|
+
# @private
|
2551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2552
|
+
property :language_code, as: 'languageCode'
|
2553
|
+
property :target_version, as: 'targetVersion'
|
2554
|
+
end
|
2555
|
+
end
|
2556
|
+
|
2557
|
+
class GoogleCloudDialogflowCxV3CompareVersionsResponse
|
2558
|
+
# @private
|
2559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2560
|
+
property :base_version_content_json, as: 'baseVersionContentJson'
|
2561
|
+
property :compare_time, as: 'compareTime'
|
2562
|
+
property :target_version_content_json, as: 'targetVersionContentJson'
|
2563
|
+
end
|
2564
|
+
end
|
2565
|
+
|
2416
2566
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2417
2567
|
# @private
|
2418
2568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2485,6 +2635,51 @@ module Google
|
|
2485
2635
|
end
|
2486
2636
|
end
|
2487
2637
|
|
2638
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
2639
|
+
# @private
|
2640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2641
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError::Representation
|
2642
|
+
|
2643
|
+
end
|
2644
|
+
end
|
2645
|
+
|
2646
|
+
class GoogleCloudDialogflowCxV3DeployFlowRequest
|
2647
|
+
# @private
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2649
|
+
property :flow_version, as: 'flowVersion'
|
2650
|
+
end
|
2651
|
+
end
|
2652
|
+
|
2653
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
2654
|
+
# @private
|
2655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2656
|
+
property :deployment, as: 'deployment'
|
2657
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment::Representation
|
2658
|
+
|
2659
|
+
end
|
2660
|
+
end
|
2661
|
+
|
2662
|
+
class GoogleCloudDialogflowCxV3Deployment
|
2663
|
+
# @private
|
2664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2665
|
+
property :end_time, as: 'endTime'
|
2666
|
+
property :flow_version, as: 'flowVersion'
|
2667
|
+
property :name, as: 'name'
|
2668
|
+
property :result, as: 'result', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult::Representation
|
2669
|
+
|
2670
|
+
property :start_time, as: 'startTime'
|
2671
|
+
property :state, as: 'state'
|
2672
|
+
end
|
2673
|
+
end
|
2674
|
+
|
2675
|
+
class GoogleCloudDialogflowCxV3DeploymentResult
|
2676
|
+
# @private
|
2677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2678
|
+
collection :deployment_test_results, as: 'deploymentTestResults'
|
2679
|
+
property :experiment, as: 'experiment'
|
2680
|
+
end
|
2681
|
+
end
|
2682
|
+
|
2488
2683
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
2489
2684
|
# @private
|
2490
2685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2556,12 +2751,23 @@ module Google
|
|
2556
2751
|
property :description, as: 'description'
|
2557
2752
|
property :display_name, as: 'displayName'
|
2558
2753
|
property :name, as: 'name'
|
2754
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2755
|
+
|
2559
2756
|
property :update_time, as: 'updateTime'
|
2560
2757
|
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2561
2758
|
|
2562
2759
|
end
|
2563
2760
|
end
|
2564
2761
|
|
2762
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
2763
|
+
# @private
|
2764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2765
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
2766
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
2767
|
+
collection :test_cases, as: 'testCases'
|
2768
|
+
end
|
2769
|
+
end
|
2770
|
+
|
2565
2771
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2566
2772
|
# @private
|
2567
2773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3003,6 +3209,15 @@ module Google
|
|
3003
3209
|
end
|
3004
3210
|
end
|
3005
3211
|
|
3212
|
+
class GoogleCloudDialogflowCxV3ListChangelogsResponse
|
3213
|
+
# @private
|
3214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3215
|
+
collection :changelogs, as: 'changelogs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog::Representation
|
3216
|
+
|
3217
|
+
property :next_page_token, as: 'nextPageToken'
|
3218
|
+
end
|
3219
|
+
end
|
3220
|
+
|
3006
3221
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
3007
3222
|
# @private
|
3008
3223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3012,6 +3227,15 @@ module Google
|
|
3012
3227
|
end
|
3013
3228
|
end
|
3014
3229
|
|
3230
|
+
class GoogleCloudDialogflowCxV3ListDeploymentsResponse
|
3231
|
+
# @private
|
3232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3233
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment::Representation
|
3234
|
+
|
3235
|
+
property :next_page_token, as: 'nextPageToken'
|
3236
|
+
end
|
3237
|
+
end
|
3238
|
+
|
3015
3239
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
3016
3240
|
# @private
|
3017
3241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3287,6 +3511,8 @@ module Google
|
|
3287
3511
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page::Representation
|
3288
3512
|
|
3289
3513
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
3514
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput::Representation
|
3515
|
+
|
3290
3516
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent::Representation
|
3291
3517
|
|
3292
3518
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -3340,6 +3566,8 @@ module Google
|
|
3340
3566
|
hash :payload, as: 'payload'
|
3341
3567
|
property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
|
3342
3568
|
|
3569
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
|
3570
|
+
|
3343
3571
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
|
3344
3572
|
|
3345
3573
|
end
|
@@ -3399,6 +3627,13 @@ module Google
|
|
3399
3627
|
end
|
3400
3628
|
end
|
3401
3629
|
|
3630
|
+
class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
|
3631
|
+
# @private
|
3632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3633
|
+
property :phone_number, as: 'phoneNumber'
|
3634
|
+
end
|
3635
|
+
end
|
3636
|
+
|
3402
3637
|
class GoogleCloudDialogflowCxV3ResponseMessageText
|
3403
3638
|
# @private
|
3404
3639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3490,6 +3725,7 @@ module Google
|
|
3490
3725
|
class GoogleCloudDialogflowCxV3SecuritySettings
|
3491
3726
|
# @private
|
3492
3727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3728
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
3493
3729
|
property :display_name, as: 'displayName'
|
3494
3730
|
property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings::Representation
|
3495
3731
|
|
@@ -3829,6 +4065,7 @@ module Google
|
|
3829
4065
|
class GoogleCloudDialogflowCxV3WebhookGenericWebService
|
3830
4066
|
# @private
|
3831
4067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4068
|
+
collection :allowed_ca_certs, as: 'allowedCaCerts'
|
3832
4069
|
property :password, as: 'password'
|
3833
4070
|
hash :request_headers, as: 'requestHeaders'
|
3834
4071
|
property :uri, as: 'uri'
|
@@ -4025,6 +4262,23 @@ module Google
|
|
4025
4262
|
end
|
4026
4263
|
end
|
4027
4264
|
|
4265
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4266
|
+
# @private
|
4267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4268
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4269
|
+
|
4270
|
+
end
|
4271
|
+
end
|
4272
|
+
|
4273
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
4274
|
+
# @private
|
4275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4276
|
+
property :deployment, as: 'deployment'
|
4277
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment::Representation
|
4278
|
+
|
4279
|
+
end
|
4280
|
+
end
|
4281
|
+
|
4028
4282
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
4029
4283
|
# @private
|
4030
4284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4033,6 +4287,36 @@ module Google
|
|
4033
4287
|
end
|
4034
4288
|
end
|
4035
4289
|
|
4290
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
4291
|
+
# @private
|
4292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4293
|
+
property :description, as: 'description'
|
4294
|
+
property :display_name, as: 'displayName'
|
4295
|
+
property :name, as: 'name'
|
4296
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
|
4297
|
+
|
4298
|
+
property :update_time, as: 'updateTime'
|
4299
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
|
4300
|
+
|
4301
|
+
end
|
4302
|
+
end
|
4303
|
+
|
4304
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
4305
|
+
# @private
|
4306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4307
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
4308
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
4309
|
+
collection :test_cases, as: 'testCases'
|
4310
|
+
end
|
4311
|
+
end
|
4312
|
+
|
4313
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
4314
|
+
# @private
|
4315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4316
|
+
property :version, as: 'version'
|
4317
|
+
end
|
4318
|
+
end
|
4319
|
+
|
4036
4320
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
4037
4321
|
# @private
|
4038
4322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4359,6 +4643,8 @@ module Google
|
|
4359
4643
|
hash :payload, as: 'payload'
|
4360
4644
|
property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio::Representation
|
4361
4645
|
|
4646
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall::Representation
|
4647
|
+
|
4362
4648
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText::Representation
|
4363
4649
|
|
4364
4650
|
end
|
@@ -4418,6 +4704,13 @@ module Google
|
|
4418
4704
|
end
|
4419
4705
|
end
|
4420
4706
|
|
4707
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
|
4708
|
+
# @private
|
4709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4710
|
+
property :phone_number, as: 'phoneNumber'
|
4711
|
+
end
|
4712
|
+
end
|
4713
|
+
|
4421
4714
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageText
|
4422
4715
|
# @private
|
4423
4716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6149,6 +6442,26 @@ module Google
|
|
6149
6442
|
end
|
6150
6443
|
end
|
6151
6444
|
|
6445
|
+
class GoogleCloudLocationListLocationsResponse
|
6446
|
+
# @private
|
6447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6448
|
+
collection :locations, as: 'locations', class: Google::Apis::DialogflowV3::GoogleCloudLocationLocation, decorator: Google::Apis::DialogflowV3::GoogleCloudLocationLocation::Representation
|
6449
|
+
|
6450
|
+
property :next_page_token, as: 'nextPageToken'
|
6451
|
+
end
|
6452
|
+
end
|
6453
|
+
|
6454
|
+
class GoogleCloudLocationLocation
|
6455
|
+
# @private
|
6456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6457
|
+
property :display_name, as: 'displayName'
|
6458
|
+
hash :labels, as: 'labels'
|
6459
|
+
property :location_id, as: 'locationId'
|
6460
|
+
hash :metadata, as: 'metadata'
|
6461
|
+
property :name, as: 'name'
|
6462
|
+
end
|
6463
|
+
end
|
6464
|
+
|
6152
6465
|
class GoogleLongrunningListOperationsResponse
|
6153
6466
|
# @private
|
6154
6467
|
class Representation < Google::Apis::Core::JsonRepresentation
|