google-apis-dialogflow_v3 0.21.0 → 0.25.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 +17 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/dialogflow_v3/classes.rb +744 -13
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3/representations.rb +319 -0
- data/lib/google/apis/dialogflow_v3/service.rb +225 -1
- metadata +6 -6
@@ -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.25.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 = "20211231"
|
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
|
|
@@ -1750,6 +1858,12 @@ module Google
|
|
1750
1858
|
include Google::Apis::Core::JsonObjectSupport
|
1751
1859
|
end
|
1752
1860
|
|
1861
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1753
1867
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1754
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
1869
|
|
@@ -1762,6 +1876,12 @@ module Google
|
|
1762
1876
|
include Google::Apis::Core::JsonObjectSupport
|
1763
1877
|
end
|
1764
1878
|
|
1879
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1765
1885
|
class GoogleCloudDialogflowV2SuggestionResult
|
1766
1886
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
1887
|
|
@@ -2425,6 +2545,36 @@ module Google
|
|
2425
2545
|
end
|
2426
2546
|
end
|
2427
2547
|
|
2548
|
+
class GoogleCloudDialogflowCxV3Changelog
|
2549
|
+
# @private
|
2550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2551
|
+
property :action, as: 'action'
|
2552
|
+
property :create_time, as: 'createTime'
|
2553
|
+
property :display_name, as: 'displayName'
|
2554
|
+
property :name, as: 'name'
|
2555
|
+
property :resource, as: 'resource'
|
2556
|
+
property :type, as: 'type'
|
2557
|
+
property :user_email, as: 'userEmail'
|
2558
|
+
end
|
2559
|
+
end
|
2560
|
+
|
2561
|
+
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
2562
|
+
# @private
|
2563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2564
|
+
property :language_code, as: 'languageCode'
|
2565
|
+
property :target_version, as: 'targetVersion'
|
2566
|
+
end
|
2567
|
+
end
|
2568
|
+
|
2569
|
+
class GoogleCloudDialogflowCxV3CompareVersionsResponse
|
2570
|
+
# @private
|
2571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2572
|
+
property :base_version_content_json, as: 'baseVersionContentJson'
|
2573
|
+
property :compare_time, as: 'compareTime'
|
2574
|
+
property :target_version_content_json, as: 'targetVersionContentJson'
|
2575
|
+
end
|
2576
|
+
end
|
2577
|
+
|
2428
2578
|
class GoogleCloudDialogflowCxV3ContinuousTestResult
|
2429
2579
|
# @private
|
2430
2580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2497,6 +2647,51 @@ module Google
|
|
2497
2647
|
end
|
2498
2648
|
end
|
2499
2649
|
|
2650
|
+
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
2651
|
+
# @private
|
2652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2653
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestError::Representation
|
2654
|
+
|
2655
|
+
end
|
2656
|
+
end
|
2657
|
+
|
2658
|
+
class GoogleCloudDialogflowCxV3DeployFlowRequest
|
2659
|
+
# @private
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2661
|
+
property :flow_version, as: 'flowVersion'
|
2662
|
+
end
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class GoogleCloudDialogflowCxV3DeployFlowResponse
|
2666
|
+
# @private
|
2667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2668
|
+
property :deployment, as: 'deployment'
|
2669
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment::Representation
|
2670
|
+
|
2671
|
+
end
|
2672
|
+
end
|
2673
|
+
|
2674
|
+
class GoogleCloudDialogflowCxV3Deployment
|
2675
|
+
# @private
|
2676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2677
|
+
property :end_time, as: 'endTime'
|
2678
|
+
property :flow_version, as: 'flowVersion'
|
2679
|
+
property :name, as: 'name'
|
2680
|
+
property :result, as: 'result', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult::Representation
|
2681
|
+
|
2682
|
+
property :start_time, as: 'startTime'
|
2683
|
+
property :state, as: 'state'
|
2684
|
+
end
|
2685
|
+
end
|
2686
|
+
|
2687
|
+
class GoogleCloudDialogflowCxV3DeploymentResult
|
2688
|
+
# @private
|
2689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2690
|
+
collection :deployment_test_results, as: 'deploymentTestResults'
|
2691
|
+
property :experiment, as: 'experiment'
|
2692
|
+
end
|
2693
|
+
end
|
2694
|
+
|
2500
2695
|
class GoogleCloudDialogflowCxV3DetectIntentRequest
|
2501
2696
|
# @private
|
2502
2697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2568,12 +2763,23 @@ module Google
|
|
2568
2763
|
property :description, as: 'description'
|
2569
2764
|
property :display_name, as: 'displayName'
|
2570
2765
|
property :name, as: 'name'
|
2766
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig::Representation
|
2767
|
+
|
2571
2768
|
property :update_time, as: 'updateTime'
|
2572
2769
|
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig::Representation
|
2573
2770
|
|
2574
2771
|
end
|
2575
2772
|
end
|
2576
2773
|
|
2774
|
+
class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
|
2775
|
+
# @private
|
2776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2777
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
2778
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
2779
|
+
collection :test_cases, as: 'testCases'
|
2780
|
+
end
|
2781
|
+
end
|
2782
|
+
|
2577
2783
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
2578
2784
|
# @private
|
2579
2785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3015,6 +3221,15 @@ module Google
|
|
3015
3221
|
end
|
3016
3222
|
end
|
3017
3223
|
|
3224
|
+
class GoogleCloudDialogflowCxV3ListChangelogsResponse
|
3225
|
+
# @private
|
3226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3227
|
+
collection :changelogs, as: 'changelogs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog::Representation
|
3228
|
+
|
3229
|
+
property :next_page_token, as: 'nextPageToken'
|
3230
|
+
end
|
3231
|
+
end
|
3232
|
+
|
3018
3233
|
class GoogleCloudDialogflowCxV3ListContinuousTestResultsResponse
|
3019
3234
|
# @private
|
3020
3235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3024,6 +3239,15 @@ module Google
|
|
3024
3239
|
end
|
3025
3240
|
end
|
3026
3241
|
|
3242
|
+
class GoogleCloudDialogflowCxV3ListDeploymentsResponse
|
3243
|
+
# @private
|
3244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3245
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Deployment::Representation
|
3246
|
+
|
3247
|
+
property :next_page_token, as: 'nextPageToken'
|
3248
|
+
end
|
3249
|
+
end
|
3250
|
+
|
3027
3251
|
class GoogleCloudDialogflowCxV3ListEntityTypesResponse
|
3028
3252
|
# @private
|
3029
3253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3234,6 +3458,7 @@ module Google
|
|
3234
3458
|
# @private
|
3235
3459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3236
3460
|
property :current_page, as: 'currentPage'
|
3461
|
+
property :display_name, as: 'displayName'
|
3237
3462
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
|
3238
3463
|
|
3239
3464
|
end
|
@@ -3299,6 +3524,8 @@ module Google
|
|
3299
3524
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page::Representation
|
3300
3525
|
|
3301
3526
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
3527
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DtmfInput::Representation
|
3528
|
+
|
3302
3529
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent::Representation
|
3303
3530
|
|
3304
3531
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
@@ -3352,6 +3579,8 @@ module Google
|
|
3352
3579
|
hash :payload, as: 'payload'
|
3353
3580
|
property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
|
3354
3581
|
|
3582
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
|
3583
|
+
|
3355
3584
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
|
3356
3585
|
|
3357
3586
|
end
|
@@ -3411,6 +3640,13 @@ module Google
|
|
3411
3640
|
end
|
3412
3641
|
end
|
3413
3642
|
|
3643
|
+
class GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
|
3644
|
+
# @private
|
3645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3646
|
+
property :phone_number, as: 'phoneNumber'
|
3647
|
+
end
|
3648
|
+
end
|
3649
|
+
|
3414
3650
|
class GoogleCloudDialogflowCxV3ResponseMessageText
|
3415
3651
|
# @private
|
3416
3652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3842,6 +4078,7 @@ module Google
|
|
3842
4078
|
class GoogleCloudDialogflowCxV3WebhookGenericWebService
|
3843
4079
|
# @private
|
3844
4080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4081
|
+
collection :allowed_ca_certs, as: 'allowedCaCerts'
|
3845
4082
|
property :password, as: 'password'
|
3846
4083
|
hash :request_headers, as: 'requestHeaders'
|
3847
4084
|
property :uri, as: 'uri'
|
@@ -4038,6 +4275,23 @@ module Google
|
|
4038
4275
|
end
|
4039
4276
|
end
|
4040
4277
|
|
4278
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
4279
|
+
# @private
|
4280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4281
|
+
collection :test_errors, as: 'testErrors', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError::Representation
|
4282
|
+
|
4283
|
+
end
|
4284
|
+
end
|
4285
|
+
|
4286
|
+
class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
|
4287
|
+
# @private
|
4288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4289
|
+
property :deployment, as: 'deployment'
|
4290
|
+
property :environment, as: 'environment', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment::Representation
|
4291
|
+
|
4292
|
+
end
|
4293
|
+
end
|
4294
|
+
|
4041
4295
|
class GoogleCloudDialogflowCxV3beta1DtmfInput
|
4042
4296
|
# @private
|
4043
4297
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4046,6 +4300,36 @@ module Google
|
|
4046
4300
|
end
|
4047
4301
|
end
|
4048
4302
|
|
4303
|
+
class GoogleCloudDialogflowCxV3beta1Environment
|
4304
|
+
# @private
|
4305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4306
|
+
property :description, as: 'description'
|
4307
|
+
property :display_name, as: 'displayName'
|
4308
|
+
property :name, as: 'name'
|
4309
|
+
property :test_cases_config, as: 'testCasesConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig::Representation
|
4310
|
+
|
4311
|
+
property :update_time, as: 'updateTime'
|
4312
|
+
collection :version_configs, as: 'versionConfigs', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig::Representation
|
4313
|
+
|
4314
|
+
end
|
4315
|
+
end
|
4316
|
+
|
4317
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
|
4318
|
+
# @private
|
4319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4320
|
+
property :enable_continuous_run, as: 'enableContinuousRun'
|
4321
|
+
property :enable_predeployment_run, as: 'enablePredeploymentRun'
|
4322
|
+
collection :test_cases, as: 'testCases'
|
4323
|
+
end
|
4324
|
+
end
|
4325
|
+
|
4326
|
+
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
4327
|
+
# @private
|
4328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4329
|
+
property :version, as: 'version'
|
4330
|
+
end
|
4331
|
+
end
|
4332
|
+
|
4049
4333
|
class GoogleCloudDialogflowCxV3beta1EventHandler
|
4050
4334
|
# @private
|
4051
4335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4307,6 +4591,7 @@ module Google
|
|
4307
4591
|
# @private
|
4308
4592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4309
4593
|
property :current_page, as: 'currentPage'
|
4594
|
+
property :display_name, as: 'displayName'
|
4310
4595
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo::Representation
|
4311
4596
|
|
4312
4597
|
end
|
@@ -4372,6 +4657,8 @@ module Google
|
|
4372
4657
|
hash :payload, as: 'payload'
|
4373
4658
|
property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio::Representation
|
4374
4659
|
|
4660
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall::Representation
|
4661
|
+
|
4375
4662
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText::Representation
|
4376
4663
|
|
4377
4664
|
end
|
@@ -4431,6 +4718,13 @@ module Google
|
|
4431
4718
|
end
|
4432
4719
|
end
|
4433
4720
|
|
4721
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
|
4722
|
+
# @private
|
4723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4724
|
+
property :phone_number, as: 'phoneNumber'
|
4725
|
+
end
|
4726
|
+
end
|
4727
|
+
|
4434
4728
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageText
|
4435
4729
|
# @private
|
4436
4730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5150,6 +5444,9 @@ module Google
|
|
5150
5444
|
property :name, as: 'name'
|
5151
5445
|
property :participant, as: 'participant'
|
5152
5446
|
property :participant_role, as: 'participantRole'
|
5447
|
+
property :send_time, as: 'sendTime'
|
5448
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SentimentAnalysisResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SentimentAnalysisResult::Representation
|
5449
|
+
|
5153
5450
|
end
|
5154
5451
|
end
|
5155
5452
|
|
@@ -5223,6 +5520,15 @@ module Google
|
|
5223
5520
|
end
|
5224
5521
|
end
|
5225
5522
|
|
5523
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
5524
|
+
# @private
|
5525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5526
|
+
property :answer_record, as: 'answerRecord'
|
5527
|
+
property :confidence, as: 'confidence'
|
5528
|
+
property :reply, as: 'reply'
|
5529
|
+
end
|
5530
|
+
end
|
5531
|
+
|
5226
5532
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
5227
5533
|
# @private
|
5228
5534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5243,6 +5549,16 @@ module Google
|
|
5243
5549
|
end
|
5244
5550
|
end
|
5245
5551
|
|
5552
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
5553
|
+
# @private
|
5554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5555
|
+
property :context_size, as: 'contextSize'
|
5556
|
+
property :latest_message, as: 'latestMessage'
|
5557
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyAnswer::Representation
|
5558
|
+
|
5559
|
+
end
|
5560
|
+
end
|
5561
|
+
|
5246
5562
|
class GoogleCloudDialogflowV2SuggestionResult
|
5247
5563
|
# @private
|
5248
5564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5252,6 +5568,8 @@ module Google
|
|
5252
5568
|
|
5253
5569
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
5254
5570
|
|
5571
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestSmartRepliesResponse::Representation
|
5572
|
+
|
5255
5573
|
end
|
5256
5574
|
end
|
5257
5575
|
|
@@ -5928,6 +6246,7 @@ module Google
|
|
5928
6246
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
5929
6247
|
# @private
|
5930
6248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6249
|
+
property :knowledge_base, as: 'knowledgeBase'
|
5931
6250
|
property :state, as: 'state'
|
5932
6251
|
end
|
5933
6252
|
end
|