google-apis-dialogflow_v3 0.19.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v3/classes.rb +783 -23
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +333 -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.23.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 = "20211022"
|
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
|
|
@@ -676,6 +742,24 @@ module Google
|
|
676
742
|
include Google::Apis::Core::JsonObjectSupport
|
677
743
|
end
|
678
744
|
|
745
|
+
class GoogleCloudDialogflowCxV3RolloutConfig
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class GoogleCloudDialogflowCxV3RolloutConfigRolloutStep
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class GoogleCloudDialogflowCxV3RolloutState
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
679
763
|
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
680
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
765
|
|
@@ -1036,12 +1120,42 @@ module Google
|
|
1036
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1121
|
end
|
1038
1122
|
|
1123
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1039
1135
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
1040
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1137
|
|
1042
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1139
|
end
|
1044
1140
|
|
1141
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1045
1159
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
1046
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1161
|
|
@@ -2266,6 +2380,18 @@ module Google
|
|
2266
2380
|
include Google::Apis::Core::JsonObjectSupport
|
2267
2381
|
end
|
2268
2382
|
|
2383
|
+
class GoogleCloudLocationListLocationsResponse
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
|
+
|
2386
|
+
include Google::Apis::Core::JsonObjectSupport
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
class GoogleCloudLocationLocation
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2269
2395
|
class GoogleLongrunningListOperationsResponse
|
2270
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
2397
|
|
@@ -2395,6 +2521,36 @@ module Google
|
|
2395
2521
|
end
|
2396
2522
|
end
|
2397
2523
|
|
2524
|
+
class GoogleCloudDialogflowCxV3Changelog
|
2525
|
+
# @private
|
2526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2527
|
+
property :action, as: 'action'
|
2528
|
+
property :create_time, as: 'createTime'
|
2529
|
+
property :display_name, as: 'displayName'
|
2530
|
+
property :name, as: 'name'
|
2531
|
+
property :resource, as: 'resource'
|
2532
|
+
property :type, as: 'type'
|
2533
|
+
property :user_email, as: 'userEmail'
|
2534
|
+
end
|
2535
|
+
end
|
2536
|
+
|
2537
|
+
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
2538
|
+
# @private
|
2539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2540
|
+
property :language_code, as: 'languageCode'
|
2541
|
+
property :target_version, as: 'targetVersion'
|
2542
|
+
end
|
2543
|
+
end
|
2544
|
+
|
2545
|
+
class GoogleCloudDialogflowCxV3CompareVersionsResponse
|
2546
|
+
# @private
|
2547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2548
|
+
property :base_version_content_json, as: 'baseVersionContentJson'
|
2549
|
+
property :compare_time, as: 'compareTime'
|
2550
|
+
property :target_version_content_json, as: 'targetVersionContentJson'
|
2551
|
+
end
|
2552
|
+
end
|
2553
|
+
|
2398
2554
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2399
2555
|
# @private
|
2400
2556
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2467,6 +2623,51 @@ module Google
|
|
2467
2623
|
end
|
2468
2624
|
end
|
2469
2625
|
|
2626
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
2627
|
+
# @private
|
2628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2629
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError::Representation
|
2630
|
+
|
2631
|
+
end
|
2632
|
+
end
|
2633
|
+
|
2634
|
+
class GoogleCloudDialogflowCxV3DeployFlowRequest
|
2635
|
+
# @private
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2637
|
+
property :flow_version, as: 'flowVersion'
|
2638
|
+
end
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
2642
|
+
# @private
|
2643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2644
|
+
property :deployment, as: 'deployment'
|
2645
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment::Representation
|
2646
|
+
|
2647
|
+
end
|
2648
|
+
end
|
2649
|
+
|
2650
|
+
class GoogleCloudDialogflowCxV3Deployment
|
2651
|
+
# @private
|
2652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2653
|
+
property :end_time, as: 'endTime'
|
2654
|
+
property :flow_version, as: 'flowVersion'
|
2655
|
+
property :name, as: 'name'
|
2656
|
+
property :result, as: 'result', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult::Representation
|
2657
|
+
|
2658
|
+
property :start_time, as: 'startTime'
|
2659
|
+
property :state, as: 'state'
|
2660
|
+
end
|
2661
|
+
end
|
2662
|
+
|
2663
|
+
class GoogleCloudDialogflowCxV3DeploymentResult
|
2664
|
+
# @private
|
2665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2666
|
+
collection :deployment_test_results, as: 'deploymentTestResults'
|
2667
|
+
property :experiment, as: 'experiment'
|
2668
|
+
end
|
2669
|
+
end
|
2670
|
+
|
2470
2671
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
2471
2672
|
# @private
|
2472
2673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2538,12 +2739,23 @@ module Google
|
|
2538
2739
|
property :description, as: 'description'
|
2539
2740
|
property :display_name, as: 'displayName'
|
2540
2741
|
property :name, as: 'name'
|
2742
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2743
|
+
|
2541
2744
|
property :update_time, as: 'updateTime'
|
2542
2745
|
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2543
2746
|
|
2544
2747
|
end
|
2545
2748
|
end
|
2546
2749
|
|
2750
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
2751
|
+
# @private
|
2752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2753
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
2754
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
2755
|
+
collection :test_cases, as: 'testCases'
|
2756
|
+
end
|
2757
|
+
end
|
2758
|
+
|
2547
2759
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2548
2760
|
# @private
|
2549
2761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2584,6 +2796,11 @@ module Google
|
|
2584
2796
|
property :name, as: 'name'
|
2585
2797
|
property :result, as: 'result', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult::Representation
|
2586
2798
|
|
2799
|
+
property :rollout_config, as: 'rolloutConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutConfig::Representation
|
2800
|
+
|
2801
|
+
property :rollout_failure_reason, as: 'rolloutFailureReason'
|
2802
|
+
property :rollout_state, as: 'rolloutState', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutState, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutState::Representation
|
2803
|
+
|
2587
2804
|
property :start_time, as: 'startTime'
|
2588
2805
|
property :state, as: 'state'
|
2589
2806
|
collection :variants_history, as: 'variantsHistory', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory::Representation
|
@@ -2980,6 +3197,15 @@ module Google
|
|
2980
3197
|
end
|
2981
3198
|
end
|
2982
3199
|
|
3200
|
+
class GoogleCloudDialogflowCxV3ListChangelogsResponse
|
3201
|
+
# @private
|
3202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3203
|
+
collection :changelogs, as: 'changelogs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog::Representation
|
3204
|
+
|
3205
|
+
property :next_page_token, as: 'nextPageToken'
|
3206
|
+
end
|
3207
|
+
end
|
3208
|
+
|
2983
3209
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
2984
3210
|
# @private
|
2985
3211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2989,6 +3215,15 @@ module Google
|
|
2989
3215
|
end
|
2990
3216
|
end
|
2991
3217
|
|
3218
|
+
class GoogleCloudDialogflowCxV3ListDeploymentsResponse
|
3219
|
+
# @private
|
3220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3221
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment::Representation
|
3222
|
+
|
3223
|
+
property :next_page_token, as: 'nextPageToken'
|
3224
|
+
end
|
3225
|
+
end
|
3226
|
+
|
2992
3227
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
2993
3228
|
# @private
|
2994
3229
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3264,6 +3499,8 @@ module Google
|
|
3264
3499
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page::Representation
|
3265
3500
|
|
3266
3501
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
3502
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput::Representation
|
3503
|
+
|
3267
3504
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent::Representation
|
3268
3505
|
|
3269
3506
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -3393,6 +3630,34 @@ module Google
|
|
3393
3630
|
end
|
3394
3631
|
end
|
3395
3632
|
|
3633
|
+
class GoogleCloudDialogflowCxV3RolloutConfig
|
3634
|
+
# @private
|
3635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3636
|
+
property :failure_condition, as: 'failureCondition'
|
3637
|
+
property :rollout_condition, as: 'rolloutCondition'
|
3638
|
+
collection :rollout_steps, as: 'rolloutSteps', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutConfigRolloutStep, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RolloutConfigRolloutStep::Representation
|
3639
|
+
|
3640
|
+
end
|
3641
|
+
end
|
3642
|
+
|
3643
|
+
class GoogleCloudDialogflowCxV3RolloutConfigRolloutStep
|
3644
|
+
# @private
|
3645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3646
|
+
property :display_name, as: 'displayName'
|
3647
|
+
property :min_duration, as: 'minDuration'
|
3648
|
+
property :traffic_percent, as: 'trafficPercent'
|
3649
|
+
end
|
3650
|
+
end
|
3651
|
+
|
3652
|
+
class GoogleCloudDialogflowCxV3RolloutState
|
3653
|
+
# @private
|
3654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3655
|
+
property :start_time, as: 'startTime'
|
3656
|
+
property :step, as: 'step'
|
3657
|
+
property :step_index, as: 'stepIndex'
|
3658
|
+
end
|
3659
|
+
end
|
3660
|
+
|
3396
3661
|
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
3397
3662
|
# @private
|
3398
3663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3439,6 +3704,7 @@ module Google
|
|
3439
3704
|
class GoogleCloudDialogflowCxV3SecuritySettings
|
3440
3705
|
# @private
|
3441
3706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3707
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
3442
3708
|
property :display_name, as: 'displayName'
|
3443
3709
|
property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings::Representation
|
3444
3710
|
|
@@ -3974,6 +4240,23 @@ module Google
|
|
3974
4240
|
end
|
3975
4241
|
end
|
3976
4242
|
|
4243
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4244
|
+
# @private
|
4245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4246
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4247
|
+
|
4248
|
+
end
|
4249
|
+
end
|
4250
|
+
|
4251
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
4252
|
+
# @private
|
4253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4254
|
+
property :deployment, as: 'deployment'
|
4255
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment::Representation
|
4256
|
+
|
4257
|
+
end
|
4258
|
+
end
|
4259
|
+
|
3977
4260
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
3978
4261
|
# @private
|
3979
4262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3982,6 +4265,36 @@ module Google
|
|
3982
4265
|
end
|
3983
4266
|
end
|
3984
4267
|
|
4268
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
4269
|
+
# @private
|
4270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4271
|
+
property :description, as: 'description'
|
4272
|
+
property :display_name, as: 'displayName'
|
4273
|
+
property :name, as: 'name'
|
4274
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
|
4275
|
+
|
4276
|
+
property :update_time, as: 'updateTime'
|
4277
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
|
4278
|
+
|
4279
|
+
end
|
4280
|
+
end
|
4281
|
+
|
4282
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
4283
|
+
# @private
|
4284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4285
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
4286
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
4287
|
+
collection :test_cases, as: 'testCases'
|
4288
|
+
end
|
4289
|
+
end
|
4290
|
+
|
4291
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
4292
|
+
# @private
|
4293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4294
|
+
property :version, as: 'version'
|
4295
|
+
end
|
4296
|
+
end
|
4297
|
+
|
3985
4298
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
3986
4299
|
# @private
|
3987
4300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6098,6 +6411,26 @@ module Google
|
|
6098
6411
|
end
|
6099
6412
|
end
|
6100
6413
|
|
6414
|
+
class GoogleCloudLocationListLocationsResponse
|
6415
|
+
# @private
|
6416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6417
|
+
collection :locations, as: 'locations', class: Google::Apis::DialogflowV3::GoogleCloudLocationLocation, decorator: Google::Apis::DialogflowV3::GoogleCloudLocationLocation::Representation
|
6418
|
+
|
6419
|
+
property :next_page_token, as: 'nextPageToken'
|
6420
|
+
end
|
6421
|
+
end
|
6422
|
+
|
6423
|
+
class GoogleCloudLocationLocation
|
6424
|
+
# @private
|
6425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6426
|
+
property :display_name, as: 'displayName'
|
6427
|
+
hash :labels, as: 'labels'
|
6428
|
+
property :location_id, as: 'locationId'
|
6429
|
+
hash :metadata, as: 'metadata'
|
6430
|
+
property :name, as: 'name'
|
6431
|
+
end
|
6432
|
+
end
|
6433
|
+
|
6101
6434
|
class GoogleLongrunningListOperationsResponse
|
6102
6435
|
# @private
|
6103
6436
|
class Representation < Google::Apis::Core::JsonRepresentation
|