google-apis-dialogflow_v2beta1 0.7.0 → 0.12.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 +20 -0
- data/lib/google/apis/dialogflow_v2beta1.rb +1 -1
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +458 -281
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +165 -110
- data/lib/google/apis/dialogflow_v2beta1/service.rb +899 -309
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210517"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,6 +100,12 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
@@ -178,6 +184,12 @@ module Google
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
179
185
|
end
|
180
186
|
|
187
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
181
193
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
195
|
|
@@ -508,6 +520,12 @@ module Google
|
|
508
520
|
include Google::Apis::Core::JsonObjectSupport
|
509
521
|
end
|
510
522
|
|
523
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
511
529
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
512
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
531
|
|
@@ -586,6 +604,12 @@ module Google
|
|
586
604
|
include Google::Apis::Core::JsonObjectSupport
|
587
605
|
end
|
588
606
|
|
607
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
589
613
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
590
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
615
|
|
@@ -1246,12 +1270,6 @@ module Google
|
|
1246
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1271
|
end
|
1248
1272
|
|
1249
|
-
class GoogleCloudDialogflowV2beta1AudioInput
|
1250
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
-
|
1252
|
-
include Google::Apis::Core::JsonObjectSupport
|
1253
|
-
end
|
1254
|
-
|
1255
1273
|
class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
|
1256
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1275
|
|
@@ -1330,18 +1348,6 @@ module Google
|
|
1330
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1349
|
end
|
1332
1350
|
|
1333
|
-
class GoogleCloudDialogflowV2beta1CallMatcher
|
1334
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
-
|
1336
|
-
include Google::Apis::Core::JsonObjectSupport
|
1337
|
-
end
|
1338
|
-
|
1339
|
-
class GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders
|
1340
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
-
|
1342
|
-
include Google::Apis::Core::JsonObjectSupport
|
1343
|
-
end
|
1344
|
-
|
1345
1351
|
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
1346
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1353
|
|
@@ -1390,12 +1396,6 @@ module Google
|
|
1390
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1397
|
end
|
1392
1398
|
|
1393
|
-
class GoogleCloudDialogflowV2beta1CreateCallMatcherRequest
|
1394
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
-
|
1396
|
-
include Google::Apis::Core::JsonObjectSupport
|
1397
|
-
end
|
1398
|
-
|
1399
1399
|
class GoogleCloudDialogflowV2beta1CreateMessageRequest
|
1400
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1401
|
|
@@ -1456,6 +1456,18 @@ module Google
|
|
1456
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1457
|
end
|
1458
1458
|
|
1459
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
|
+
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1459
1471
|
class GoogleCloudDialogflowV2beta1EventInput
|
1460
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1473
|
|
@@ -1624,24 +1636,12 @@ module Google
|
|
1624
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1625
1637
|
end
|
1626
1638
|
|
1627
|
-
class GoogleCloudDialogflowV2beta1InputAudio
|
1628
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
-
|
1630
|
-
include Google::Apis::Core::JsonObjectSupport
|
1631
|
-
end
|
1632
|
-
|
1633
1639
|
class GoogleCloudDialogflowV2beta1InputAudioConfig
|
1634
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1641
|
|
1636
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1643
|
end
|
1638
1644
|
|
1639
|
-
class GoogleCloudDialogflowV2beta1InputText
|
1640
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
-
|
1642
|
-
include Google::Apis::Core::JsonObjectSupport
|
1643
|
-
end
|
1644
|
-
|
1645
1645
|
class GoogleCloudDialogflowV2beta1Intent
|
1646
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1647
|
|
@@ -1960,12 +1960,6 @@ module Google
|
|
1960
1960
|
include Google::Apis::Core::JsonObjectSupport
|
1961
1961
|
end
|
1962
1962
|
|
1963
|
-
class GoogleCloudDialogflowV2beta1ListCallMatchersResponse
|
1964
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
-
|
1966
|
-
include Google::Apis::Core::JsonObjectSupport
|
1967
|
-
end
|
1968
|
-
|
1969
1963
|
class GoogleCloudDialogflowV2beta1ListContextsResponse
|
1970
1964
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
1965
|
|
@@ -2038,6 +2032,12 @@ module Google
|
|
2038
2032
|
include Google::Apis::Core::JsonObjectSupport
|
2039
2033
|
end
|
2040
2034
|
|
2035
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
2041
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
2042
2042
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
2043
|
|
@@ -2266,12 +2266,24 @@ module Google
|
|
2266
2266
|
include Google::Apis::Core::JsonObjectSupport
|
2267
2267
|
end
|
2268
2268
|
|
2269
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
|
+
|
2272
|
+
include Google::Apis::Core::JsonObjectSupport
|
2273
|
+
end
|
2274
|
+
|
2269
2275
|
class GoogleCloudDialogflowV2beta1TextInput
|
2270
2276
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
2277
|
|
2272
2278
|
include Google::Apis::Core::JsonObjectSupport
|
2273
2279
|
end
|
2274
2280
|
|
2281
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
|
+
|
2284
|
+
include Google::Apis::Core::JsonObjectSupport
|
2285
|
+
end
|
2286
|
+
|
2275
2287
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
2276
2288
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
2289
|
|
@@ -2290,6 +2302,12 @@ module Google
|
|
2290
2302
|
include Google::Apis::Core::JsonObjectSupport
|
2291
2303
|
end
|
2292
2304
|
|
2305
|
+
class GoogleCloudDialogflowV2beta1Version
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
|
+
|
2308
|
+
include Google::Apis::Core::JsonObjectSupport
|
2309
|
+
end
|
2310
|
+
|
2293
2311
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
2294
2312
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2295
2313
|
|
@@ -2501,6 +2519,14 @@ module Google
|
|
2501
2519
|
end
|
2502
2520
|
end
|
2503
2521
|
|
2522
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2523
|
+
# @private
|
2524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2525
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2526
|
+
property :flow_uri, as: 'flowUri'
|
2527
|
+
end
|
2528
|
+
end
|
2529
|
+
|
2504
2530
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
2505
2531
|
# @private
|
2506
2532
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2619,6 +2645,13 @@ module Google
|
|
2619
2645
|
end
|
2620
2646
|
end
|
2621
2647
|
|
2648
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2649
|
+
# @private
|
2650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2651
|
+
property :flow, as: 'flow'
|
2652
|
+
end
|
2653
|
+
end
|
2654
|
+
|
2622
2655
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2623
2656
|
# @private
|
2624
2657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2974,6 +3007,7 @@ module Google
|
|
2974
3007
|
|
2975
3008
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2976
3009
|
|
3010
|
+
property :language_code, as: 'languageCode'
|
2977
3011
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2978
3012
|
|
2979
3013
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2983,6 +3017,10 @@ module Google
|
|
2983
3017
|
|
2984
3018
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2985
3019
|
|
3020
|
+
property :text, as: 'text'
|
3021
|
+
property :transcript, as: 'transcript'
|
3022
|
+
property :trigger_event, as: 'triggerEvent'
|
3023
|
+
property :trigger_intent, as: 'triggerIntent'
|
2986
3024
|
end
|
2987
3025
|
end
|
2988
3026
|
|
@@ -3165,6 +3203,14 @@ module Google
|
|
3165
3203
|
end
|
3166
3204
|
end
|
3167
3205
|
|
3206
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3207
|
+
# @private
|
3208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3209
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3210
|
+
property :flow_uri, as: 'flowUri'
|
3211
|
+
end
|
3212
|
+
end
|
3213
|
+
|
3168
3214
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
3169
3215
|
# @private
|
3170
3216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3283,6 +3329,13 @@ module Google
|
|
3283
3329
|
end
|
3284
3330
|
end
|
3285
3331
|
|
3332
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3333
|
+
# @private
|
3334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3335
|
+
property :flow, as: 'flow'
|
3336
|
+
end
|
3337
|
+
end
|
3338
|
+
|
3286
3339
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
3287
3340
|
# @private
|
3288
3341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3638,6 +3691,7 @@ module Google
|
|
3638
3691
|
|
3639
3692
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3640
3693
|
|
3694
|
+
property :language_code, as: 'languageCode'
|
3641
3695
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3642
3696
|
|
3643
3697
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -3647,6 +3701,10 @@ module Google
|
|
3647
3701
|
|
3648
3702
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3649
3703
|
|
3704
|
+
property :text, as: 'text'
|
3705
|
+
property :transcript, as: 'transcript'
|
3706
|
+
property :trigger_event, as: 'triggerEvent'
|
3707
|
+
property :trigger_intent, as: 'triggerIntent'
|
3650
3708
|
end
|
3651
3709
|
end
|
3652
3710
|
|
@@ -4389,10 +4447,6 @@ module Google
|
|
4389
4447
|
class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
|
4390
4448
|
# @private
|
4391
4449
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4392
|
-
property :audio, as: 'audio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudio::Representation
|
4393
|
-
|
4394
|
-
property :audio_input, as: 'audioInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AudioInput::Representation
|
4395
|
-
|
4396
4450
|
property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
|
4397
4451
|
|
4398
4452
|
property :message_send_time, as: 'messageSendTime'
|
@@ -4401,8 +4455,6 @@ module Google
|
|
4401
4455
|
property :reply_audio_config, as: 'replyAudioConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig::Representation
|
4402
4456
|
|
4403
4457
|
property :request_id, as: 'requestId'
|
4404
|
-
property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputText::Representation
|
4405
|
-
|
4406
4458
|
property :text_input, as: 'textInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
4407
4459
|
|
4408
4460
|
end
|
@@ -4471,15 +4523,6 @@ module Google
|
|
4471
4523
|
end
|
4472
4524
|
end
|
4473
4525
|
|
4474
|
-
class GoogleCloudDialogflowV2beta1AudioInput
|
4475
|
-
# @private
|
4476
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4477
|
-
property :audio, :base64 => true, as: 'audio'
|
4478
|
-
property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
|
4479
|
-
|
4480
|
-
end
|
4481
|
-
end
|
4482
|
-
|
4483
4526
|
class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
|
4484
4527
|
# @private
|
4485
4528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4495,6 +4538,8 @@ module Google
|
|
4495
4538
|
|
4496
4539
|
property :event, as: 'event'
|
4497
4540
|
property :intent, as: 'intent'
|
4541
|
+
property :match_confidence, as: 'matchConfidence'
|
4542
|
+
hash :parameters, as: 'parameters'
|
4498
4543
|
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
4499
4544
|
|
4500
4545
|
end
|
@@ -4597,25 +4642,6 @@ module Google
|
|
4597
4642
|
end
|
4598
4643
|
end
|
4599
4644
|
|
4600
|
-
class GoogleCloudDialogflowV2beta1CallMatcher
|
4601
|
-
# @private
|
4602
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4603
|
-
property :call_id_header, as: 'callIdHeader'
|
4604
|
-
property :custom_headers, as: 'customHeaders', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders::Representation
|
4605
|
-
|
4606
|
-
property :from_header, as: 'fromHeader'
|
4607
|
-
property :name, as: 'name'
|
4608
|
-
property :to_header, as: 'toHeader'
|
4609
|
-
end
|
4610
|
-
end
|
4611
|
-
|
4612
|
-
class GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders
|
4613
|
-
# @private
|
4614
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4615
|
-
property :cisco_guid, as: 'ciscoGuid'
|
4616
|
-
end
|
4617
|
-
end
|
4618
|
-
|
4619
4645
|
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
4620
4646
|
# @private
|
4621
4647
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4707,14 +4733,6 @@ module Google
|
|
4707
4733
|
end
|
4708
4734
|
end
|
4709
4735
|
|
4710
|
-
class GoogleCloudDialogflowV2beta1CreateCallMatcherRequest
|
4711
|
-
# @private
|
4712
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4713
|
-
property :call_matcher, as: 'callMatcher', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcher, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcher::Representation
|
4714
|
-
|
4715
|
-
end
|
4716
|
-
end
|
4717
|
-
|
4718
4736
|
class GoogleCloudDialogflowV2beta1CreateMessageRequest
|
4719
4737
|
# @private
|
4720
4738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4821,12 +4839,35 @@ module Google
|
|
4821
4839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4822
4840
|
property :agent_version, as: 'agentVersion'
|
4823
4841
|
property :description, as: 'description'
|
4842
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment::Representation
|
4843
|
+
|
4824
4844
|
property :name, as: 'name'
|
4825
4845
|
property :state, as: 'state'
|
4846
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings::Representation
|
4847
|
+
|
4826
4848
|
property :update_time, as: 'updateTime'
|
4827
4849
|
end
|
4828
4850
|
end
|
4829
4851
|
|
4852
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
4853
|
+
# @private
|
4854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4855
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry::Representation
|
4856
|
+
|
4857
|
+
property :next_page_token, as: 'nextPageToken'
|
4858
|
+
property :parent, as: 'parent'
|
4859
|
+
end
|
4860
|
+
end
|
4861
|
+
|
4862
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
4863
|
+
# @private
|
4864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4865
|
+
property :agent_version, as: 'agentVersion'
|
4866
|
+
property :create_time, as: 'createTime'
|
4867
|
+
property :description, as: 'description'
|
4868
|
+
end
|
4869
|
+
end
|
4870
|
+
|
4830
4871
|
class GoogleCloudDialogflowV2beta1EventInput
|
4831
4872
|
# @private
|
4832
4873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5088,15 +5129,6 @@ module Google
|
|
5088
5129
|
end
|
5089
5130
|
end
|
5090
5131
|
|
5091
|
-
class GoogleCloudDialogflowV2beta1InputAudio
|
5092
|
-
# @private
|
5093
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5094
|
-
property :audio, :base64 => true, as: 'audio'
|
5095
|
-
property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
|
5096
|
-
|
5097
|
-
end
|
5098
|
-
end
|
5099
|
-
|
5100
5132
|
class GoogleCloudDialogflowV2beta1InputAudioConfig
|
5101
5133
|
# @private
|
5102
5134
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5114,14 +5146,6 @@ module Google
|
|
5114
5146
|
end
|
5115
5147
|
end
|
5116
5148
|
|
5117
|
-
class GoogleCloudDialogflowV2beta1InputText
|
5118
|
-
# @private
|
5119
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5120
|
-
property :language_code, as: 'languageCode'
|
5121
|
-
property :text, as: 'text'
|
5122
|
-
end
|
5123
|
-
end
|
5124
|
-
|
5125
5149
|
class GoogleCloudDialogflowV2beta1Intent
|
5126
5150
|
# @private
|
5127
5151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5671,15 +5695,6 @@ module Google
|
|
5671
5695
|
end
|
5672
5696
|
end
|
5673
5697
|
|
5674
|
-
class GoogleCloudDialogflowV2beta1ListCallMatchersResponse
|
5675
|
-
# @private
|
5676
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5677
|
-
collection :call_matchers, as: 'callMatchers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcher, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcher::Representation
|
5678
|
-
|
5679
|
-
property :next_page_token, as: 'nextPageToken'
|
5680
|
-
end
|
5681
|
-
end
|
5682
|
-
|
5683
5698
|
class GoogleCloudDialogflowV2beta1ListContextsResponse
|
5684
5699
|
# @private
|
5685
5700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5788,6 +5803,15 @@ module Google
|
|
5788
5803
|
end
|
5789
5804
|
end
|
5790
5805
|
|
5806
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
5807
|
+
# @private
|
5808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5809
|
+
property :next_page_token, as: 'nextPageToken'
|
5810
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version::Representation
|
5811
|
+
|
5812
|
+
end
|
5813
|
+
end
|
5814
|
+
|
5791
5815
|
class GoogleCloudDialogflowV2beta1LoggingConfig
|
5792
5816
|
# @private
|
5793
5817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5871,6 +5895,8 @@ module Google
|
|
5871
5895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5872
5896
|
property :audio_config, as: 'audioConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
|
5873
5897
|
|
5898
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents::Representation
|
5899
|
+
|
5874
5900
|
property :event, as: 'event', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
|
5875
5901
|
|
5876
5902
|
property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
@@ -6175,6 +6201,13 @@ module Google
|
|
6175
6201
|
end
|
6176
6202
|
end
|
6177
6203
|
|
6204
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
6205
|
+
# @private
|
6206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6207
|
+
collection :dtmf_events, as: 'dtmfEvents'
|
6208
|
+
end
|
6209
|
+
end
|
6210
|
+
|
6178
6211
|
class GoogleCloudDialogflowV2beta1TextInput
|
6179
6212
|
# @private
|
6180
6213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6183,6 +6216,17 @@ module Google
|
|
6183
6216
|
end
|
6184
6217
|
end
|
6185
6218
|
|
6219
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
6220
|
+
# @private
|
6221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6222
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
6223
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
6224
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6225
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
|
6226
|
+
|
6227
|
+
end
|
6228
|
+
end
|
6229
|
+
|
6186
6230
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
6187
6231
|
# @private
|
6188
6232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6206,6 +6250,17 @@ module Google
|
|
6206
6250
|
end
|
6207
6251
|
end
|
6208
6252
|
|
6253
|
+
class GoogleCloudDialogflowV2beta1Version
|
6254
|
+
# @private
|
6255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6256
|
+
property :create_time, as: 'createTime'
|
6257
|
+
property :description, as: 'description'
|
6258
|
+
property :name, as: 'name'
|
6259
|
+
property :status, as: 'status'
|
6260
|
+
property :version_number, as: 'versionNumber'
|
6261
|
+
end
|
6262
|
+
end
|
6263
|
+
|
6209
6264
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
6210
6265
|
# @private
|
6211
6266
|
class Representation < Google::Apis::Core::JsonRepresentation
|