google-apis-dialogflow_v3beta1 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_v3beta1/classes.rb +790 -16
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +308 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +70 -0
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 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 DialogflowV3beta1
|
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
|
|
@@ -538,6 +580,12 @@ module Google
|
|
538
580
|
include Google::Apis::Core::JsonObjectSupport
|
539
581
|
end
|
540
582
|
|
583
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
541
589
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
542
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
591
|
|
@@ -550,6 +598,12 @@ module Google
|
|
550
598
|
include Google::Apis::Core::JsonObjectSupport
|
551
599
|
end
|
552
600
|
|
601
|
+
class GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
553
607
|
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
|
554
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
609
|
|
@@ -664,6 +718,12 @@ module Google
|
|
664
718
|
include Google::Apis::Core::JsonObjectSupport
|
665
719
|
end
|
666
720
|
|
721
|
+
class GoogleCloudDialogflowCxV3beta1DataStoreConnection
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
667
727
|
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
668
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
729
|
|
@@ -940,6 +1000,30 @@ module Google
|
|
940
1000
|
include Google::Apis::Core::JsonObjectSupport
|
941
1001
|
end
|
942
1002
|
|
1003
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettings
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
943
1027
|
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
944
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
1029
|
|
@@ -1036,6 +1120,12 @@ module Google
|
|
1036
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1121
|
end
|
1038
1122
|
|
1123
|
+
class GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1039
1129
|
class GoogleCloudDialogflowCxV3beta1ListAgentsResponse
|
1040
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1131
|
|
@@ -1252,6 +1342,12 @@ module Google
|
|
1252
1342
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1343
|
end
|
1254
1344
|
|
1345
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1255
1351
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
|
1256
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1353
|
|
@@ -1360,6 +1456,18 @@ module Google
|
|
1360
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1457
|
end
|
1362
1458
|
|
1459
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettings
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
|
+
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1363
1471
|
class GoogleCloudDialogflowCxV3beta1SecuritySettings
|
1364
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1473
|
|
@@ -2710,6 +2818,35 @@ module Google
|
|
2710
2818
|
include Google::Apis::Core::JsonObjectSupport
|
2711
2819
|
end
|
2712
2820
|
|
2821
|
+
class GoogleCloudDialogflowCxV3AdvancedSettings
|
2822
|
+
# @private
|
2823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2824
|
+
property :audio_export_gcs_destination, as: 'audioExportGcsDestination', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GcsDestination, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GcsDestination::Representation
|
2825
|
+
|
2826
|
+
property :dtmf_settings, as: 'dtmfSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings::Representation
|
2827
|
+
|
2828
|
+
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings::Representation
|
2829
|
+
|
2830
|
+
end
|
2831
|
+
end
|
2832
|
+
|
2833
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
|
2834
|
+
# @private
|
2835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2836
|
+
property :enabled, as: 'enabled'
|
2837
|
+
property :finish_digit, as: 'finishDigit'
|
2838
|
+
property :max_digits, as: 'maxDigits'
|
2839
|
+
end
|
2840
|
+
end
|
2841
|
+
|
2842
|
+
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
2843
|
+
# @private
|
2844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2845
|
+
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
2846
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
2847
|
+
end
|
2848
|
+
end
|
2849
|
+
|
2713
2850
|
class GoogleCloudDialogflowCxV3AudioInput
|
2714
2851
|
# @private
|
2715
2852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2807,6 +2944,14 @@ module Google
|
|
2807
2944
|
end
|
2808
2945
|
end
|
2809
2946
|
|
2947
|
+
class GoogleCloudDialogflowCxV3DataStoreConnection
|
2948
|
+
# @private
|
2949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2950
|
+
property :data_store, as: 'dataStore'
|
2951
|
+
property :data_store_type, as: 'dataStoreType'
|
2952
|
+
end
|
2953
|
+
end
|
2954
|
+
|
2810
2955
|
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
2811
2956
|
# @private
|
2812
2957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2941,6 +3086,8 @@ module Google
|
|
2941
3086
|
class GoogleCloudDialogflowCxV3FormParameter
|
2942
3087
|
# @private
|
2943
3088
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3089
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3090
|
+
|
2944
3091
|
property :default_value, as: 'defaultValue'
|
2945
3092
|
property :display_name, as: 'displayName'
|
2946
3093
|
property :entity_type, as: 'entityType'
|
@@ -2965,8 +3112,11 @@ module Google
|
|
2965
3112
|
class GoogleCloudDialogflowCxV3Fulfillment
|
2966
3113
|
# @private
|
2967
3114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3115
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3116
|
+
|
2968
3117
|
collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCases::Representation
|
2969
3118
|
|
3119
|
+
property :enable_generative_fallback, as: 'enableGenerativeFallback'
|
2970
3120
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2971
3121
|
|
2972
3122
|
property :return_partial_responses, as: 'returnPartialResponses'
|
@@ -3012,6 +3162,13 @@ module Google
|
|
3012
3162
|
end
|
3013
3163
|
end
|
3014
3164
|
|
3165
|
+
class GoogleCloudDialogflowCxV3GcsDestination
|
3166
|
+
# @private
|
3167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3168
|
+
property :uri, as: 'uri'
|
3169
|
+
end
|
3170
|
+
end
|
3171
|
+
|
3015
3172
|
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3016
3173
|
# @private
|
3017
3174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3121,9 +3278,24 @@ module Google
|
|
3121
3278
|
end
|
3122
3279
|
end
|
3123
3280
|
|
3281
|
+
class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
|
3282
|
+
# @private
|
3283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3284
|
+
collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3DataStoreConnection, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3DataStoreConnection::Representation
|
3285
|
+
|
3286
|
+
property :enabled, as: 'enabled'
|
3287
|
+
property :target_flow, as: 'targetFlow'
|
3288
|
+
property :target_page, as: 'targetPage'
|
3289
|
+
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3290
|
+
|
3291
|
+
end
|
3292
|
+
end
|
3293
|
+
|
3124
3294
|
class GoogleCloudDialogflowCxV3Page
|
3125
3295
|
# @private
|
3126
3296
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3297
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
3298
|
+
|
3127
3299
|
property :display_name, as: 'displayName'
|
3128
3300
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3129
3301
|
|
@@ -3131,6 +3303,8 @@ module Google
|
|
3131
3303
|
|
3132
3304
|
property :form, as: 'form', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Form, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Form::Representation
|
3133
3305
|
|
3306
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3KnowledgeConnectorSettings::Representation
|
3307
|
+
|
3134
3308
|
property :name, as: 'name'
|
3135
3309
|
collection :transition_route_groups, as: 'transitionRouteGroups'
|
3136
3310
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TransitionRoute::Representation
|
@@ -3200,6 +3374,8 @@ module Google
|
|
3200
3374
|
|
3201
3375
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction::Representation
|
3202
3376
|
|
3377
|
+
property :knowledge_info_card, as: 'knowledgeInfoCard', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard::Representation
|
3378
|
+
|
3203
3379
|
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff::Representation
|
3204
3380
|
|
3205
3381
|
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3ResponseMessageMixedAudio::Representation
|
@@ -3230,6 +3406,12 @@ module Google
|
|
3230
3406
|
end
|
3231
3407
|
end
|
3232
3408
|
|
3409
|
+
class GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
|
3410
|
+
# @private
|
3411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3412
|
+
end
|
3413
|
+
end
|
3414
|
+
|
3233
3415
|
class GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
|
3234
3416
|
# @private
|
3235
3417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3401,6 +3583,7 @@ module Google
|
|
3401
3583
|
# @private
|
3402
3584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3403
3585
|
property :condition, as: 'condition'
|
3586
|
+
property :description, as: 'description'
|
3404
3587
|
property :intent, as: 'intent'
|
3405
3588
|
property :name, as: 'name'
|
3406
3589
|
property :target_flow, as: 'targetFlow'
|
@@ -3561,11 +3744,22 @@ module Google
|
|
3561
3744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3562
3745
|
property :audio_export_gcs_destination, as: 'audioExportGcsDestination', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination::Representation
|
3563
3746
|
|
3747
|
+
property :dtmf_settings, as: 'dtmfSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings::Representation
|
3748
|
+
|
3564
3749
|
property :logging_settings, as: 'loggingSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings::Representation
|
3565
3750
|
|
3566
3751
|
end
|
3567
3752
|
end
|
3568
3753
|
|
3754
|
+
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
|
3755
|
+
# @private
|
3756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3757
|
+
property :enabled, as: 'enabled'
|
3758
|
+
property :finish_digit, as: 'finishDigit'
|
3759
|
+
property :max_digits, as: 'maxDigits'
|
3760
|
+
end
|
3761
|
+
end
|
3762
|
+
|
3569
3763
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
3570
3764
|
# @private
|
3571
3765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3585,6 +3779,8 @@ module Google
|
|
3585
3779
|
property :display_name, as: 'displayName'
|
3586
3780
|
property :enable_spell_correction, as: 'enableSpellCorrection'
|
3587
3781
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3782
|
+
property :gen_app_builder_settings, as: 'genAppBuilderSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings::Representation
|
3783
|
+
|
3588
3784
|
property :git_integration_settings, as: 'gitIntegrationSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings::Representation
|
3589
3785
|
|
3590
3786
|
property :locked, as: 'locked'
|
@@ -3600,6 +3796,13 @@ module Google
|
|
3600
3796
|
end
|
3601
3797
|
end
|
3602
3798
|
|
3799
|
+
class GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
|
3800
|
+
# @private
|
3801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3802
|
+
property :engine, as: 'engine'
|
3803
|
+
end
|
3804
|
+
end
|
3805
|
+
|
3603
3806
|
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
|
3604
3807
|
# @private
|
3605
3808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3783,6 +3986,14 @@ module Google
|
|
3783
3986
|
end
|
3784
3987
|
end
|
3785
3988
|
|
3989
|
+
class GoogleCloudDialogflowCxV3beta1DataStoreConnection
|
3990
|
+
# @private
|
3991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3992
|
+
property :data_store, as: 'dataStore'
|
3993
|
+
property :data_store_type, as: 'dataStoreType'
|
3994
|
+
end
|
3995
|
+
end
|
3996
|
+
|
3786
3997
|
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
3787
3998
|
# @private
|
3788
3999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4107,10 +4318,14 @@ module Google
|
|
4107
4318
|
class GoogleCloudDialogflowCxV3beta1Flow
|
4108
4319
|
# @private
|
4109
4320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4321
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4322
|
+
|
4110
4323
|
property :description, as: 'description'
|
4111
4324
|
property :display_name, as: 'displayName'
|
4112
4325
|
collection :event_handlers, as: 'eventHandlers', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler::Representation
|
4113
4326
|
|
4327
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
|
4328
|
+
|
4114
4329
|
property :name, as: 'name'
|
4115
4330
|
property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings::Representation
|
4116
4331
|
|
@@ -4148,6 +4363,8 @@ module Google
|
|
4148
4363
|
class GoogleCloudDialogflowCxV3beta1FormParameter
|
4149
4364
|
# @private
|
4150
4365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4366
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4367
|
+
|
4151
4368
|
property :default_value, as: 'defaultValue'
|
4152
4369
|
property :display_name, as: 'displayName'
|
4153
4370
|
property :entity_type, as: 'entityType'
|
@@ -4196,8 +4413,11 @@ module Google
|
|
4196
4413
|
class GoogleCloudDialogflowCxV3beta1Fulfillment
|
4197
4414
|
# @private
|
4198
4415
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4416
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4417
|
+
|
4199
4418
|
collection :conditional_cases, as: 'conditionalCases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases::Representation
|
4200
4419
|
|
4420
|
+
property :enable_generative_fallback, as: 'enableGenerativeFallback'
|
4201
4421
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
4202
4422
|
|
4203
4423
|
property :return_partial_responses, as: 'returnPartialResponses'
|
@@ -4250,6 +4470,49 @@ module Google
|
|
4250
4470
|
end
|
4251
4471
|
end
|
4252
4472
|
|
4473
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettings
|
4474
|
+
# @private
|
4475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4476
|
+
property :fallback_settings, as: 'fallbackSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings::Representation
|
4477
|
+
|
4478
|
+
property :generative_safety_settings, as: 'generativeSafetySettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettings::Representation
|
4479
|
+
|
4480
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings::Representation
|
4481
|
+
|
4482
|
+
property :language_code, as: 'languageCode'
|
4483
|
+
property :name, as: 'name'
|
4484
|
+
end
|
4485
|
+
end
|
4486
|
+
|
4487
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings
|
4488
|
+
# @private
|
4489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4490
|
+
collection :prompt_templates, as: 'promptTemplates', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate::Representation
|
4491
|
+
|
4492
|
+
property :selected_prompt, as: 'selectedPrompt'
|
4493
|
+
end
|
4494
|
+
end
|
4495
|
+
|
4496
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate
|
4497
|
+
# @private
|
4498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4499
|
+
property :display_name, as: 'displayName'
|
4500
|
+
property :frozen, as: 'frozen'
|
4501
|
+
property :prompt_text, as: 'promptText'
|
4502
|
+
end
|
4503
|
+
end
|
4504
|
+
|
4505
|
+
class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings
|
4506
|
+
# @private
|
4507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4508
|
+
property :agent, as: 'agent'
|
4509
|
+
property :agent_identity, as: 'agentIdentity'
|
4510
|
+
property :agent_scope, as: 'agentScope'
|
4511
|
+
property :business, as: 'business'
|
4512
|
+
property :business_description, as: 'businessDescription'
|
4513
|
+
end
|
4514
|
+
end
|
4515
|
+
|
4253
4516
|
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
4254
4517
|
# @private
|
4255
4518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4395,6 +4658,19 @@ module Google
|
|
4395
4658
|
end
|
4396
4659
|
end
|
4397
4660
|
|
4661
|
+
class GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
|
4662
|
+
# @private
|
4663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4664
|
+
collection :data_store_connections, as: 'dataStoreConnections', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection::Representation
|
4665
|
+
|
4666
|
+
property :enabled, as: 'enabled'
|
4667
|
+
property :target_flow, as: 'targetFlow'
|
4668
|
+
property :target_page, as: 'targetPage'
|
4669
|
+
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4670
|
+
|
4671
|
+
end
|
4672
|
+
end
|
4673
|
+
|
4398
4674
|
class GoogleCloudDialogflowCxV3beta1ListAgentsResponse
|
4399
4675
|
# @private
|
4400
4676
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4624,6 +4900,8 @@ module Google
|
|
4624
4900
|
class GoogleCloudDialogflowCxV3beta1Page
|
4625
4901
|
# @private
|
4626
4902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4903
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4904
|
+
|
4627
4905
|
property :display_name, as: 'displayName'
|
4628
4906
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
4629
4907
|
|
@@ -4631,6 +4909,8 @@ module Google
|
|
4631
4909
|
|
4632
4910
|
property :form, as: 'form', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Form, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Form::Representation
|
4633
4911
|
|
4912
|
+
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
|
4913
|
+
|
4634
4914
|
property :name, as: 'name'
|
4635
4915
|
collection :transition_route_groups, as: 'transitionRouteGroups'
|
4636
4916
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
|
@@ -4707,6 +4987,8 @@ module Google
|
|
4707
4987
|
class GoogleCloudDialogflowCxV3beta1QueryResult
|
4708
4988
|
# @private
|
4709
4989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4990
|
+
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
4991
|
+
|
4710
4992
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page::Representation
|
4711
4993
|
|
4712
4994
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
@@ -4757,6 +5039,8 @@ module Google
|
|
4757
5039
|
|
4758
5040
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction::Representation
|
4759
5041
|
|
5042
|
+
property :knowledge_info_card, as: 'knowledgeInfoCard', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard::Representation
|
5043
|
+
|
4760
5044
|
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff::Representation
|
4761
5045
|
|
4762
5046
|
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio::Representation
|
@@ -4786,6 +5070,12 @@ module Google
|
|
4786
5070
|
end
|
4787
5071
|
end
|
4788
5072
|
|
5073
|
+
class GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
|
5074
|
+
# @private
|
5075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5076
|
+
end
|
5077
|
+
end
|
5078
|
+
|
4789
5079
|
class GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
|
4790
5080
|
# @private
|
4791
5081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4931,6 +5221,22 @@ module Google
|
|
4931
5221
|
end
|
4932
5222
|
end
|
4933
5223
|
|
5224
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettings
|
5225
|
+
# @private
|
5226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5227
|
+
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase::Representation
|
5228
|
+
|
5229
|
+
end
|
5230
|
+
end
|
5231
|
+
|
5232
|
+
class GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase
|
5233
|
+
# @private
|
5234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5235
|
+
property :language_code, as: 'languageCode'
|
5236
|
+
property :text, as: 'text'
|
5237
|
+
end
|
5238
|
+
end
|
5239
|
+
|
4934
5240
|
class GoogleCloudDialogflowCxV3beta1SecuritySettings
|
4935
5241
|
# @private
|
4936
5242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4945,6 +5251,7 @@ module Google
|
|
4945
5251
|
collection :purge_data_types, as: 'purgeDataTypes'
|
4946
5252
|
property :redaction_scope, as: 'redactionScope'
|
4947
5253
|
property :redaction_strategy, as: 'redactionStrategy'
|
5254
|
+
property :retention_strategy, as: 'retentionStrategy'
|
4948
5255
|
property :retention_window_days, as: 'retentionWindowDays'
|
4949
5256
|
end
|
4950
5257
|
end
|
@@ -5149,6 +5456,7 @@ module Google
|
|
5149
5456
|
# @private
|
5150
5457
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5151
5458
|
property :condition, as: 'condition'
|
5459
|
+
property :description, as: 'description'
|
5152
5460
|
property :intent, as: 'intent'
|
5153
5461
|
property :name, as: 'name'
|
5154
5462
|
property :target_flow, as: 'targetFlow'
|