google-apis-dialogflow_v3 0.18.0 → 0.22.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 +868 -18
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +379 -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.22.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 = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DialogflowV3
|
24
24
|
|
25
|
+
class GoogleCloudDialogflowCxV3AdvancedSettings
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class GoogleCloudDialogflowCxV3Agent
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -70,6 +82,24 @@ module Google
|
|
70
82
|
include Google::Apis::Core::JsonObjectSupport
|
71
83
|
end
|
72
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
|
+
|
73
103
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
74
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
105
|
|
@@ -112,6 +142,36 @@ module Google
|
|
112
142
|
include Google::Apis::Core::JsonObjectSupport
|
113
143
|
end
|
114
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
|
+
|
115
175
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
116
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
177
|
|
@@ -154,6 +214,12 @@ module Google
|
|
154
214
|
include Google::Apis::Core::JsonObjectSupport
|
155
215
|
end
|
156
216
|
|
217
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
157
223
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
158
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
225
|
|
@@ -424,12 +490,24 @@ module Google
|
|
424
490
|
include Google::Apis::Core::JsonObjectSupport
|
425
491
|
end
|
426
492
|
|
493
|
+
class GoogleCloudDialogflowCxV3ListChangelogsResponse
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
427
499
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
428
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
501
|
|
430
502
|
include Google::Apis::Core::JsonObjectSupport
|
431
503
|
end
|
432
504
|
|
505
|
+
class GoogleCloudDialogflowCxV3ListDeploymentsResponse
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
433
511
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
434
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
513
|
|
@@ -664,6 +742,24 @@ module Google
|
|
664
742
|
include Google::Apis::Core::JsonObjectSupport
|
665
743
|
end
|
666
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
|
+
|
667
763
|
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
668
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
765
|
|
@@ -706,6 +802,12 @@ module Google
|
|
706
802
|
include Google::Apis::Core::JsonObjectSupport
|
707
803
|
end
|
708
804
|
|
805
|
+
class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
709
811
|
class GoogleCloudDialogflowCxV3SentimentAnalysisResult
|
710
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
813
|
|
@@ -1018,12 +1120,42 @@ module Google
|
|
1018
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1121
|
end
|
1020
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
|
+
|
1021
1135
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
1022
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1137
|
|
1024
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1139
|
end
|
1026
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
|
+
|
1027
1159
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
1028
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1161
|
|
@@ -2248,6 +2380,18 @@ module Google
|
|
2248
2380
|
include Google::Apis::Core::JsonObjectSupport
|
2249
2381
|
end
|
2250
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
|
+
|
2251
2395
|
class GoogleLongrunningListOperationsResponse
|
2252
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2253
2397
|
|
@@ -2278,9 +2422,27 @@ module Google
|
|
2278
2422
|
include Google::Apis::Core::JsonObjectSupport
|
2279
2423
|
end
|
2280
2424
|
|
2425
|
+
class GoogleCloudDialogflowCxV3AdvancedSettings
|
2426
|
+
# @private
|
2427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2428
|
+
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings::Representation
|
2429
|
+
|
2430
|
+
end
|
2431
|
+
end
|
2432
|
+
|
2433
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
2434
|
+
# @private
|
2435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2436
|
+
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
2437
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
2438
|
+
end
|
2439
|
+
end
|
2440
|
+
|
2281
2441
|
class GoogleCloudDialogflowCxV3Agent
|
2282
2442
|
# @private
|
2283
2443
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2444
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
2445
|
+
|
2284
2446
|
property :avatar_uri, as: 'avatarUri'
|
2285
2447
|
property :default_language_code, as: 'defaultLanguageCode'
|
2286
2448
|
property :description, as: 'description'
|
@@ -2359,6 +2521,36 @@ module Google
|
|
2359
2521
|
end
|
2360
2522
|
end
|
2361
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
|
+
|
2362
2554
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2363
2555
|
# @private
|
2364
2556
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2431,6 +2623,51 @@ module Google
|
|
2431
2623
|
end
|
2432
2624
|
end
|
2433
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
|
+
|
2434
2671
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
2435
2672
|
# @private
|
2436
2673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2502,12 +2739,23 @@ module Google
|
|
2502
2739
|
property :description, as: 'description'
|
2503
2740
|
property :display_name, as: 'displayName'
|
2504
2741
|
property :name, as: 'name'
|
2742
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2743
|
+
|
2505
2744
|
property :update_time, as: 'updateTime'
|
2506
2745
|
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2507
2746
|
|
2508
2747
|
end
|
2509
2748
|
end
|
2510
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
|
+
|
2511
2759
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2512
2760
|
# @private
|
2513
2761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2548,6 +2796,11 @@ module Google
|
|
2548
2796
|
property :name, as: 'name'
|
2549
2797
|
property :result, as: 'result', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult::Representation
|
2550
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
|
+
|
2551
2804
|
property :start_time, as: 'startTime'
|
2552
2805
|
property :state, as: 'state'
|
2553
2806
|
collection :variants_history, as: 'variantsHistory', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory::Representation
|
@@ -2944,6 +3197,15 @@ module Google
|
|
2944
3197
|
end
|
2945
3198
|
end
|
2946
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
|
+
|
2947
3209
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
2948
3210
|
# @private
|
2949
3211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2953,6 +3215,15 @@ module Google
|
|
2953
3215
|
end
|
2954
3216
|
end
|
2955
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
|
+
|
2956
3227
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
2957
3228
|
# @private
|
2958
3229
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3210,6 +3481,7 @@ module Google
|
|
3210
3481
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
3211
3482
|
property :current_page, as: 'currentPage'
|
3212
3483
|
property :disable_webhook, as: 'disableWebhook'
|
3484
|
+
collection :flow_versions, as: 'flowVersions'
|
3213
3485
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3::GoogleTypeLatLng::Representation
|
3214
3486
|
|
3215
3487
|
hash :parameters, as: 'parameters'
|
@@ -3227,6 +3499,8 @@ module Google
|
|
3227
3499
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page::Representation
|
3228
3500
|
|
3229
3501
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
3502
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput::Representation
|
3503
|
+
|
3230
3504
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent::Representation
|
3231
3505
|
|
3232
3506
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -3356,6 +3630,34 @@ module Google
|
|
3356
3630
|
end
|
3357
3631
|
end
|
3358
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
|
+
|
3359
3661
|
class GoogleCloudDialogflowCxV3RunContinuousTestMetadata
|
3360
3662
|
# @private
|
3361
3663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3402,7 +3704,10 @@ module Google
|
|
3402
3704
|
class GoogleCloudDialogflowCxV3SecuritySettings
|
3403
3705
|
# @private
|
3404
3706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3707
|
+
property :deidentify_template, as: 'deidentifyTemplate'
|
3405
3708
|
property :display_name, as: 'displayName'
|
3709
|
+
property :insights_export_settings, as: 'insightsExportSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings::Representation
|
3710
|
+
|
3406
3711
|
property :inspect_template, as: 'inspectTemplate'
|
3407
3712
|
property :name, as: 'name'
|
3408
3713
|
collection :purge_data_types, as: 'purgeDataTypes'
|
@@ -3412,6 +3717,13 @@ module Google
|
|
3412
3717
|
end
|
3413
3718
|
end
|
3414
3719
|
|
3720
|
+
class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
|
3721
|
+
# @private
|
3722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3723
|
+
property :enable_insights_export, as: 'enableInsightsExport'
|
3724
|
+
end
|
3725
|
+
end
|
3726
|
+
|
3415
3727
|
class GoogleCloudDialogflowCxV3SentimentAnalysisResult
|
3416
3728
|
# @private
|
3417
3729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3928,6 +4240,23 @@ module Google
|
|
3928
4240
|
end
|
3929
4241
|
end
|
3930
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
|
+
|
3931
4260
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
3932
4261
|
# @private
|
3933
4262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3936,6 +4265,36 @@ module Google
|
|
3936
4265
|
end
|
3937
4266
|
end
|
3938
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
|
+
|
3939
4298
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
3940
4299
|
# @private
|
3941
4300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6052,6 +6411,26 @@ module Google
|
|
6052
6411
|
end
|
6053
6412
|
end
|
6054
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
|
+
|
6055
6434
|
class GoogleLongrunningListOperationsResponse
|
6056
6435
|
# @private
|
6057
6436
|
class Representation < Google::Apis::Core::JsonRepresentation
|