google-apis-dialogflow_v2beta1 0.66.0 → 0.68.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 +8 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +822 -17
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +319 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +136 -0
- 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.68.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230906"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,24 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DialogflowV2beta1
|
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 GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
25
43
|
class GoogleCloudDialogflowCxV3AudioInput
|
26
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
45
|
|
@@ -82,6 +100,12 @@ module Google
|
|
82
100
|
include Google::Apis::Core::JsonObjectSupport
|
83
101
|
end
|
84
102
|
|
103
|
+
class GoogleCloudDialogflowCxV3DataStoreConnection
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
85
109
|
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
86
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
111
|
|
@@ -214,6 +238,12 @@ module Google
|
|
214
238
|
include Google::Apis::Core::JsonObjectSupport
|
215
239
|
end
|
216
240
|
|
241
|
+
class GoogleCloudDialogflowCxV3GcsDestination
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
217
247
|
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
218
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
249
|
|
@@ -286,6 +316,12 @@ module Google
|
|
286
316
|
include Google::Apis::Core::JsonObjectSupport
|
287
317
|
end
|
288
318
|
|
319
|
+
class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
289
325
|
class GoogleCloudDialogflowCxV3Page
|
290
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
327
|
|
@@ -340,6 +376,12 @@ module Google
|
|
340
376
|
include Google::Apis::Core::JsonObjectSupport
|
341
377
|
end
|
342
378
|
|
379
|
+
class GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
343
385
|
class GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
|
344
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
387
|
|
@@ -532,6 +574,24 @@ module Google
|
|
532
574
|
include Google::Apis::Core::JsonObjectSupport
|
533
575
|
end
|
534
576
|
|
577
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
535
595
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
536
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
597
|
|
@@ -592,6 +652,12 @@ module Google
|
|
592
652
|
include Google::Apis::Core::JsonObjectSupport
|
593
653
|
end
|
594
654
|
|
655
|
+
class GoogleCloudDialogflowCxV3beta1DataStoreConnection
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
595
661
|
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
596
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
663
|
|
@@ -724,6 +790,12 @@ module Google
|
|
724
790
|
include Google::Apis::Core::JsonObjectSupport
|
725
791
|
end
|
726
792
|
|
793
|
+
class GoogleCloudDialogflowCxV3beta1GcsDestination
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
727
799
|
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
728
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
801
|
|
@@ -796,6 +868,12 @@ module Google
|
|
796
868
|
include Google::Apis::Core::JsonObjectSupport
|
797
869
|
end
|
798
870
|
|
871
|
+
class GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
799
877
|
class GoogleCloudDialogflowCxV3beta1Page
|
800
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
879
|
|
@@ -850,6 +928,12 @@ module Google
|
|
850
928
|
include Google::Apis::Core::JsonObjectSupport
|
851
929
|
end
|
852
930
|
|
931
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
853
937
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
|
854
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
939
|
|
@@ -1522,6 +1606,12 @@ module Google
|
|
1522
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1607
|
end
|
1524
1608
|
|
1609
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1525
1615
|
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
|
1526
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1617
|
|
@@ -2560,6 +2650,30 @@ module Google
|
|
2560
2650
|
include Google::Apis::Core::JsonObjectSupport
|
2561
2651
|
end
|
2562
2652
|
|
2653
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
|
+
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
2657
|
+
end
|
2658
|
+
|
2659
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2671
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
2672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2673
|
+
|
2674
|
+
include Google::Apis::Core::JsonObjectSupport
|
2675
|
+
end
|
2676
|
+
|
2563
2677
|
class GoogleCloudDialogflowV2beta1Sentiment
|
2564
2678
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2565
2679
|
|
@@ -2878,6 +2992,35 @@ module Google
|
|
2878
2992
|
include Google::Apis::Core::JsonObjectSupport
|
2879
2993
|
end
|
2880
2994
|
|
2995
|
+
class GoogleCloudDialogflowCxV3AdvancedSettings
|
2996
|
+
# @private
|
2997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2998
|
+
property :audio_export_gcs_destination, as: 'audioExportGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3GcsDestination::Representation
|
2999
|
+
|
3000
|
+
property :dtmf_settings, as: 'dtmfSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings::Representation
|
3001
|
+
|
3002
|
+
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings::Representation
|
3003
|
+
|
3004
|
+
end
|
3005
|
+
end
|
3006
|
+
|
3007
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
|
3008
|
+
# @private
|
3009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3010
|
+
property :enabled, as: 'enabled'
|
3011
|
+
property :finish_digit, as: 'finishDigit'
|
3012
|
+
property :max_digits, as: 'maxDigits'
|
3013
|
+
end
|
3014
|
+
end
|
3015
|
+
|
3016
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3017
|
+
# @private
|
3018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3019
|
+
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3020
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3021
|
+
end
|
3022
|
+
end
|
3023
|
+
|
2881
3024
|
class GoogleCloudDialogflowCxV3AudioInput
|
2882
3025
|
# @private
|
2883
3026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2975,6 +3118,14 @@ module Google
|
|
2975
3118
|
end
|
2976
3119
|
end
|
2977
3120
|
|
3121
|
+
class GoogleCloudDialogflowCxV3DataStoreConnection
|
3122
|
+
# @private
|
3123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3124
|
+
property :data_store, as: 'dataStore'
|
3125
|
+
property :data_store_type, as: 'dataStoreType'
|
3126
|
+
end
|
3127
|
+
end
|
3128
|
+
|
2978
3129
|
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
2979
3130
|
# @private
|
2980
3131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3109,6 +3260,8 @@ module Google
|
|
3109
3260
|
class GoogleCloudDialogflowCxV3FormParameter
|
3110
3261
|
# @private
|
3111
3262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3263
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3264
|
+
|
3112
3265
|
property :default_value, as: 'defaultValue'
|
3113
3266
|
property :display_name, as: 'displayName'
|
3114
3267
|
property :entity_type, as: 'entityType'
|
@@ -3133,8 +3286,11 @@ module Google
|
|
3133
3286
|
class GoogleCloudDialogflowCxV3Fulfillment
|
3134
3287
|
# @private
|
3135
3288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3289
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3290
|
+
|
3136
3291
|
collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases::Representation
|
3137
3292
|
|
3293
|
+
property :enable_generative_fallback, as: 'enableGenerativeFallback'
|
3138
3294
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
3139
3295
|
|
3140
3296
|
property :return_partial_responses, as: 'returnPartialResponses'
|
@@ -3180,6 +3336,13 @@ module Google
|
|
3180
3336
|
end
|
3181
3337
|
end
|
3182
3338
|
|
3339
|
+
class GoogleCloudDialogflowCxV3GcsDestination
|
3340
|
+
# @private
|
3341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3342
|
+
property :uri, as: 'uri'
|
3343
|
+
end
|
3344
|
+
end
|
3345
|
+
|
3183
3346
|
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3184
3347
|
# @private
|
3185
3348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3289,9 +3452,24 @@ module Google
|
|
3289
3452
|
end
|
3290
3453
|
end
|
3291
3454
|
|
3455
|
+
class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
|
3456
|
+
# @private
|
3457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3458
|
+
collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DataStoreConnection, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DataStoreConnection::Representation
|
3459
|
+
|
3460
|
+
property :enabled, as: 'enabled'
|
3461
|
+
property :target_flow, as: 'targetFlow'
|
3462
|
+
property :target_page, as: 'targetPage'
|
3463
|
+
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3464
|
+
|
3465
|
+
end
|
3466
|
+
end
|
3467
|
+
|
3292
3468
|
class GoogleCloudDialogflowCxV3Page
|
3293
3469
|
# @private
|
3294
3470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3471
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3472
|
+
|
3295
3473
|
property :display_name, as: 'displayName'
|
3296
3474
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3297
3475
|
|
@@ -3299,6 +3477,8 @@ module Google
|
|
3299
3477
|
|
3300
3478
|
property :form, as: 'form', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Form, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Form::Representation
|
3301
3479
|
|
3480
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings::Representation
|
3481
|
+
|
3302
3482
|
property :name, as: 'name'
|
3303
3483
|
collection :transition_route_groups, as: 'transitionRouteGroups'
|
3304
3484
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TransitionRoute, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TransitionRoute::Representation
|
@@ -3368,6 +3548,8 @@ module Google
|
|
3368
3548
|
|
3369
3549
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction::Representation
|
3370
3550
|
|
3551
|
+
property :knowledge_info_card, as: 'knowledgeInfoCard', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard::Representation
|
3552
|
+
|
3371
3553
|
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff::Representation
|
3372
3554
|
|
3373
3555
|
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageMixedAudio::Representation
|
@@ -3398,6 +3580,12 @@ module Google
|
|
3398
3580
|
end
|
3399
3581
|
end
|
3400
3582
|
|
3583
|
+
class GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
|
3584
|
+
# @private
|
3585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3586
|
+
end
|
3587
|
+
end
|
3588
|
+
|
3401
3589
|
class GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
|
3402
3590
|
# @private
|
3403
3591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3569,6 +3757,7 @@ module Google
|
|
3569
3757
|
# @private
|
3570
3758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3571
3759
|
property :condition, as: 'condition'
|
3760
|
+
property :description, as: 'description'
|
3572
3761
|
property :intent, as: 'intent'
|
3573
3762
|
property :name, as: 'name'
|
3574
3763
|
property :target_flow, as: 'targetFlow'
|
@@ -3724,6 +3913,35 @@ module Google
|
|
3724
3913
|
end
|
3725
3914
|
end
|
3726
3915
|
|
3916
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
3917
|
+
# @private
|
3918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3919
|
+
property :audio_export_gcs_destination, as: 'audioExportGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GcsDestination::Representation
|
3920
|
+
|
3921
|
+
property :dtmf_settings, as: 'dtmfSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings::Representation
|
3922
|
+
|
3923
|
+
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings::Representation
|
3924
|
+
|
3925
|
+
end
|
3926
|
+
end
|
3927
|
+
|
3928
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
|
3929
|
+
# @private
|
3930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3931
|
+
property :enabled, as: 'enabled'
|
3932
|
+
property :finish_digit, as: 'finishDigit'
|
3933
|
+
property :max_digits, as: 'maxDigits'
|
3934
|
+
end
|
3935
|
+
end
|
3936
|
+
|
3937
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
3938
|
+
# @private
|
3939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3940
|
+
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3941
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3942
|
+
end
|
3943
|
+
end
|
3944
|
+
|
3727
3945
|
class GoogleCloudDialogflowCxV3beta1AudioInput
|
3728
3946
|
# @private
|
3729
3947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3821,6 +4039,14 @@ module Google
|
|
3821
4039
|
end
|
3822
4040
|
end
|
3823
4041
|
|
4042
|
+
class GoogleCloudDialogflowCxV3beta1DataStoreConnection
|
4043
|
+
# @private
|
4044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4045
|
+
property :data_store, as: 'dataStore'
|
4046
|
+
property :data_store_type, as: 'dataStoreType'
|
4047
|
+
end
|
4048
|
+
end
|
4049
|
+
|
3824
4050
|
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
3825
4051
|
# @private
|
3826
4052
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3955,6 +4181,8 @@ module Google
|
|
3955
4181
|
class GoogleCloudDialogflowCxV3beta1FormParameter
|
3956
4182
|
# @private
|
3957
4183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4184
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4185
|
+
|
3958
4186
|
property :default_value, as: 'defaultValue'
|
3959
4187
|
property :display_name, as: 'displayName'
|
3960
4188
|
property :entity_type, as: 'entityType'
|
@@ -3979,8 +4207,11 @@ module Google
|
|
3979
4207
|
class GoogleCloudDialogflowCxV3beta1Fulfillment
|
3980
4208
|
# @private
|
3981
4209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4210
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4211
|
+
|
3982
4212
|
collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases::Representation
|
3983
4213
|
|
4214
|
+
property :enable_generative_fallback, as: 'enableGenerativeFallback'
|
3984
4215
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3985
4216
|
|
3986
4217
|
property :return_partial_responses, as: 'returnPartialResponses'
|
@@ -4026,6 +4257,13 @@ module Google
|
|
4026
4257
|
end
|
4027
4258
|
end
|
4028
4259
|
|
4260
|
+
class GoogleCloudDialogflowCxV3beta1GcsDestination
|
4261
|
+
# @private
|
4262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4263
|
+
property :uri, as: 'uri'
|
4264
|
+
end
|
4265
|
+
end
|
4266
|
+
|
4029
4267
|
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
4030
4268
|
# @private
|
4031
4269
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4135,9 +4373,24 @@ module Google
|
|
4135
4373
|
end
|
4136
4374
|
end
|
4137
4375
|
|
4376
|
+
class GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
|
4377
|
+
# @private
|
4378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4379
|
+
collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection::Representation
|
4380
|
+
|
4381
|
+
property :enabled, as: 'enabled'
|
4382
|
+
property :target_flow, as: 'targetFlow'
|
4383
|
+
property :target_page, as: 'targetPage'
|
4384
|
+
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4385
|
+
|
4386
|
+
end
|
4387
|
+
end
|
4388
|
+
|
4138
4389
|
class GoogleCloudDialogflowCxV3beta1Page
|
4139
4390
|
# @private
|
4140
4391
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4392
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4393
|
+
|
4141
4394
|
property :display_name, as: 'displayName'
|
4142
4395
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4143
4396
|
|
@@ -4145,6 +4398,8 @@ module Google
|
|
4145
4398
|
|
4146
4399
|
property :form, as: 'form', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Form, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Form::Representation
|
4147
4400
|
|
4401
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
|
4402
|
+
|
4148
4403
|
property :name, as: 'name'
|
4149
4404
|
collection :transition_route_groups, as: 'transitionRouteGroups'
|
4150
4405
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
|
@@ -4214,6 +4469,8 @@ module Google
|
|
4214
4469
|
|
4215
4470
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction::Representation
|
4216
4471
|
|
4472
|
+
property :knowledge_info_card, as: 'knowledgeInfoCard', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard::Representation
|
4473
|
+
|
4217
4474
|
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff::Representation
|
4218
4475
|
|
4219
4476
|
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio::Representation
|
@@ -4243,6 +4500,12 @@ module Google
|
|
4243
4500
|
end
|
4244
4501
|
end
|
4245
4502
|
|
4503
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
|
4504
|
+
# @private
|
4505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4506
|
+
end
|
4507
|
+
end
|
4508
|
+
|
4246
4509
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
|
4247
4510
|
# @private
|
4248
4511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4414,6 +4677,7 @@ module Google
|
|
4414
4677
|
# @private
|
4415
4678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4416
4679
|
property :condition, as: 'condition'
|
4680
|
+
property :description, as: 'description'
|
4417
4681
|
property :intent, as: 'intent'
|
4418
4682
|
property :name, as: 'name'
|
4419
4683
|
property :target_flow, as: 'targetFlow'
|
@@ -5406,11 +5670,21 @@ module Google
|
|
5406
5670
|
property :answer_relevance, as: 'answerRelevance'
|
5407
5671
|
property :document_correctness, as: 'documentCorrectness'
|
5408
5672
|
property :document_efficiency, as: 'documentEfficiency'
|
5673
|
+
property :knowledge_search_feedback, as: 'knowledgeSearchFeedback', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback::Representation
|
5674
|
+
|
5409
5675
|
property :summarization_feedback, as: 'summarizationFeedback', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback::Representation
|
5410
5676
|
|
5411
5677
|
end
|
5412
5678
|
end
|
5413
5679
|
|
5680
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback
|
5681
|
+
# @private
|
5682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5683
|
+
property :answer_copied, as: 'answerCopied'
|
5684
|
+
collection :clicked_uris, as: 'clickedUris'
|
5685
|
+
end
|
5686
|
+
end
|
5687
|
+
|
5414
5688
|
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
|
5415
5689
|
# @private
|
5416
5690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6055,6 +6329,7 @@ module Google
|
|
6055
6329
|
class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary
|
6056
6330
|
# @private
|
6057
6331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6332
|
+
property :baseline_model_version, as: 'baselineModelVersion'
|
6058
6333
|
property :text, as: 'text'
|
6059
6334
|
hash :text_sections, as: 'textSections'
|
6060
6335
|
end
|
@@ -6113,6 +6388,7 @@ module Google
|
|
6113
6388
|
|
6114
6389
|
property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig::Representation
|
6115
6390
|
|
6391
|
+
property :disable_agent_query_logging, as: 'disableAgentQueryLogging'
|
6116
6392
|
property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
|
6117
6393
|
property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig::Representation
|
6118
6394
|
|
@@ -7196,6 +7472,47 @@ module Google
|
|
7196
7472
|
end
|
7197
7473
|
end
|
7198
7474
|
|
7475
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer
|
7476
|
+
# @private
|
7477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7478
|
+
property :answer, as: 'answer'
|
7479
|
+
property :answer_record, as: 'answerRecord'
|
7480
|
+
collection :answer_sources, as: 'answerSources', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource::Representation
|
7481
|
+
|
7482
|
+
property :answer_type, as: 'answerType'
|
7483
|
+
end
|
7484
|
+
end
|
7485
|
+
|
7486
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource
|
7487
|
+
# @private
|
7488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7489
|
+
property :snippet, as: 'snippet'
|
7490
|
+
property :title, as: 'title'
|
7491
|
+
property :uri, as: 'uri'
|
7492
|
+
end
|
7493
|
+
end
|
7494
|
+
|
7495
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
7496
|
+
# @private
|
7497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7498
|
+
property :conversation, as: 'conversation'
|
7499
|
+
property :conversation_profile, as: 'conversationProfile'
|
7500
|
+
property :latest_message, as: 'latestMessage'
|
7501
|
+
property :parent, as: 'parent'
|
7502
|
+
property :query, as: 'query', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
7503
|
+
|
7504
|
+
property :session_id, as: 'sessionId'
|
7505
|
+
end
|
7506
|
+
end
|
7507
|
+
|
7508
|
+
class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
|
7509
|
+
# @private
|
7510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7511
|
+
collection :answers, as: 'answers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer::Representation
|
7512
|
+
|
7513
|
+
end
|
7514
|
+
end
|
7515
|
+
|
7199
7516
|
class GoogleCloudDialogflowV2beta1Sentiment
|
7200
7517
|
# @private
|
7201
7518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7270,6 +7587,7 @@ module Google
|
|
7270
7587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7271
7588
|
property :model, as: 'model'
|
7272
7589
|
property :speech_model_variant, as: 'speechModelVariant'
|
7590
|
+
property :use_timeout_based_endpointing, as: 'useTimeoutBasedEndpointing'
|
7273
7591
|
end
|
7274
7592
|
end
|
7275
7593
|
|
@@ -7325,6 +7643,7 @@ module Google
|
|
7325
7643
|
# @private
|
7326
7644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7327
7645
|
property :answer_record, as: 'answerRecord'
|
7646
|
+
property :baseline_model_version, as: 'baselineModelVersion'
|
7328
7647
|
property :text, as: 'text'
|
7329
7648
|
hash :text_sections, as: 'textSections'
|
7330
7649
|
end
|