google-apis-dialogflow_v3beta1 0.94.0 → 0.96.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 +768 -3
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +402 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +175 -0
- metadata +3 -3
@@ -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.96.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -682,6 +682,12 @@ module Google
|
|
682
682
|
include Google::Apis::Core::JsonObjectSupport
|
683
683
|
end
|
684
684
|
|
685
|
+
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
685
691
|
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings
|
686
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
693
|
|
@@ -1330,6 +1336,24 @@ module Google
|
|
1330
1336
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1337
|
end
|
1332
1338
|
|
1339
|
+
class GoogleCloudDialogflowCxV3beta1Handler
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudDialogflowCxV3beta1HandlerEventHandler
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1333
1357
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
1334
1358
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1359
|
|
@@ -1600,6 +1624,12 @@ module Google
|
|
1600
1624
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1625
|
end
|
1602
1626
|
|
1627
|
+
class GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
+
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
1631
|
+
end
|
1632
|
+
|
1603
1633
|
class GoogleCloudDialogflowCxV3beta1ListToolsResponse
|
1604
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1635
|
|
@@ -1852,6 +1882,18 @@ module Google
|
|
1852
1882
|
include Google::Apis::Core::JsonObjectSupport
|
1853
1883
|
end
|
1854
1884
|
|
1885
|
+
class GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
|
+
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1855
1897
|
class GoogleCloudDialogflowCxV3beta1RolloutConfig
|
1856
1898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
1899
|
|
@@ -2092,6 +2134,24 @@ module Google
|
|
2092
2134
|
include Google::Apis::Core::JsonObjectSupport
|
2093
2135
|
end
|
2094
2136
|
|
2137
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorTool
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2095
2155
|
class GoogleCloudDialogflowCxV3beta1ToolDataStoreTool
|
2096
2156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
2157
|
|
@@ -2104,6 +2164,24 @@ module Google
|
|
2104
2164
|
include Google::Apis::Core::JsonObjectSupport
|
2105
2165
|
end
|
2106
2166
|
|
2167
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2175
|
+
|
2176
|
+
include Google::Apis::Core::JsonObjectSupport
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2107
2185
|
class GoogleCloudDialogflowCxV3beta1ToolExtensionTool
|
2108
2186
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
2187
|
|
@@ -2146,6 +2224,12 @@ module Google
|
|
2146
2224
|
include Google::Apis::Core::JsonObjectSupport
|
2147
2225
|
end
|
2148
2226
|
|
2227
|
+
class GoogleCloudDialogflowCxV3beta1ToolVersion
|
2228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2229
|
+
|
2230
|
+
include Google::Apis::Core::JsonObjectSupport
|
2231
|
+
end
|
2232
|
+
|
2149
2233
|
class GoogleCloudDialogflowCxV3beta1TrainFlowRequest
|
2150
2234
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
2235
|
|
@@ -2470,12 +2554,36 @@ module Google
|
|
2470
2554
|
include Google::Apis::Core::JsonObjectSupport
|
2471
2555
|
end
|
2472
2556
|
|
2557
|
+
class GoogleCloudDialogflowV2FreeFormSuggestion
|
2558
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2559
|
+
|
2560
|
+
include Google::Apis::Core::JsonObjectSupport
|
2561
|
+
end
|
2562
|
+
|
2473
2563
|
class GoogleCloudDialogflowV2GcsDestination
|
2474
2564
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
2565
|
|
2476
2566
|
include Google::Apis::Core::JsonObjectSupport
|
2477
2567
|
end
|
2478
2568
|
|
2569
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponse
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2571
|
+
|
2572
|
+
include Google::Apis::Core::JsonObjectSupport
|
2573
|
+
end
|
2574
|
+
|
2575
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
2576
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2577
|
+
|
2578
|
+
include Google::Apis::Core::JsonObjectSupport
|
2579
|
+
end
|
2580
|
+
|
2581
|
+
class GoogleCloudDialogflowV2GeneratorSuggestion
|
2582
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
|
+
|
2584
|
+
include Google::Apis::Core::JsonObjectSupport
|
2585
|
+
end
|
2586
|
+
|
2479
2587
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
2480
2588
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2481
2589
|
|
@@ -2860,6 +2968,18 @@ module Google
|
|
2860
2968
|
include Google::Apis::Core::JsonObjectSupport
|
2861
2969
|
end
|
2862
2970
|
|
2971
|
+
class GoogleCloudDialogflowV2SummarySuggestion
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2977
|
+
class GoogleCloudDialogflowV2SummarySuggestionSummarySection
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
|
+
|
2980
|
+
include Google::Apis::Core::JsonObjectSupport
|
2981
|
+
end
|
2982
|
+
|
2863
2983
|
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
2864
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2865
2985
|
|
@@ -2968,12 +3088,36 @@ module Google
|
|
2968
3088
|
include Google::Apis::Core::JsonObjectSupport
|
2969
3089
|
end
|
2970
3090
|
|
3091
|
+
class GoogleCloudDialogflowV2beta1FreeFormSuggestion
|
3092
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3093
|
+
|
3094
|
+
include Google::Apis::Core::JsonObjectSupport
|
3095
|
+
end
|
3096
|
+
|
2971
3097
|
class GoogleCloudDialogflowV2beta1GcsDestination
|
2972
3098
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
3099
|
|
2974
3100
|
include Google::Apis::Core::JsonObjectSupport
|
2975
3101
|
end
|
2976
3102
|
|
3103
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse
|
3104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3105
|
+
|
3106
|
+
include Google::Apis::Core::JsonObjectSupport
|
3107
|
+
end
|
3108
|
+
|
3109
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
3110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3111
|
+
|
3112
|
+
include Google::Apis::Core::JsonObjectSupport
|
3113
|
+
end
|
3114
|
+
|
3115
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
3116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3117
|
+
|
3118
|
+
include Google::Apis::Core::JsonObjectSupport
|
3119
|
+
end
|
3120
|
+
|
2977
3121
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
2978
3122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
3123
|
|
@@ -3484,6 +3628,18 @@ module Google
|
|
3484
3628
|
include Google::Apis::Core::JsonObjectSupport
|
3485
3629
|
end
|
3486
3630
|
|
3631
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestion
|
3632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3633
|
+
|
3634
|
+
include Google::Apis::Core::JsonObjectSupport
|
3635
|
+
end
|
3636
|
+
|
3637
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection
|
3638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3639
|
+
|
3640
|
+
include Google::Apis::Core::JsonObjectSupport
|
3641
|
+
end
|
3642
|
+
|
3487
3643
|
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
3488
3644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3489
3645
|
|
@@ -4684,11 +4840,24 @@ module Google
|
|
4684
4840
|
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
|
4685
4841
|
# @private
|
4686
4842
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4843
|
+
property :git_connection_settings, as: 'gitConnectionSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings::Representation
|
4844
|
+
|
4687
4845
|
property :github_settings, as: 'githubSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings::Representation
|
4688
4846
|
|
4689
4847
|
end
|
4690
4848
|
end
|
4691
4849
|
|
4850
|
+
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings
|
4851
|
+
# @private
|
4852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4853
|
+
property :access_token_secret, as: 'accessTokenSecret'
|
4854
|
+
collection :branches, as: 'branches'
|
4855
|
+
property :display_name, as: 'displayName'
|
4856
|
+
property :repository_uri, as: 'repositoryUri'
|
4857
|
+
property :tracking_branch, as: 'trackingBranch'
|
4858
|
+
end
|
4859
|
+
end
|
4860
|
+
|
4692
4861
|
class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings
|
4693
4862
|
# @private
|
4694
4863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5815,6 +5984,36 @@ module Google
|
|
5815
5984
|
end
|
5816
5985
|
end
|
5817
5986
|
|
5987
|
+
class GoogleCloudDialogflowCxV3beta1Handler
|
5988
|
+
# @private
|
5989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5990
|
+
property :event_handler, as: 'eventHandler', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerEventHandler, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerEventHandler::Representation
|
5991
|
+
|
5992
|
+
property :lifecycle_handler, as: 'lifecycleHandler', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler::Representation
|
5993
|
+
|
5994
|
+
end
|
5995
|
+
end
|
5996
|
+
|
5997
|
+
class GoogleCloudDialogflowCxV3beta1HandlerEventHandler
|
5998
|
+
# @private
|
5999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6000
|
+
property :condition, as: 'condition'
|
6001
|
+
property :event, as: 'event'
|
6002
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
6003
|
+
|
6004
|
+
end
|
6005
|
+
end
|
6006
|
+
|
6007
|
+
class GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
|
6008
|
+
# @private
|
6009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6010
|
+
property :condition, as: 'condition'
|
6011
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
6012
|
+
|
6013
|
+
property :lifecycle_stage, as: 'lifecycleStage'
|
6014
|
+
end
|
6015
|
+
end
|
6016
|
+
|
5818
6017
|
class GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
|
5819
6018
|
# @private
|
5820
6019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6223,6 +6422,15 @@ module Google
|
|
6223
6422
|
end
|
6224
6423
|
end
|
6225
6424
|
|
6425
|
+
class GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse
|
6426
|
+
# @private
|
6427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6428
|
+
property :next_page_token, as: 'nextPageToken'
|
6429
|
+
collection :tool_versions, as: 'toolVersions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolVersion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolVersion::Representation
|
6430
|
+
|
6431
|
+
end
|
6432
|
+
end
|
6433
|
+
|
6226
6434
|
class GoogleCloudDialogflowCxV3beta1ListToolsResponse
|
6227
6435
|
# @private
|
6228
6436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6415,6 +6623,8 @@ module Google
|
|
6415
6623
|
property :create_time, as: 'createTime'
|
6416
6624
|
property :display_name, as: 'displayName'
|
6417
6625
|
property :goal, as: 'goal'
|
6626
|
+
collection :handlers, as: 'handlers', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Handler, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Handler::Representation
|
6627
|
+
|
6418
6628
|
collection :input_parameter_definitions, as: 'inputParameterDefinitions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ParameterDefinition::Representation
|
6419
6629
|
|
6420
6630
|
property :instruction, as: 'instruction', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction::Representation
|
@@ -6711,6 +6921,20 @@ module Google
|
|
6711
6921
|
end
|
6712
6922
|
end
|
6713
6923
|
|
6924
|
+
class GoogleCloudDialogflowCxV3beta1RestoreToolVersionRequest
|
6925
|
+
# @private
|
6926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6927
|
+
end
|
6928
|
+
end
|
6929
|
+
|
6930
|
+
class GoogleCloudDialogflowCxV3beta1RestoreToolVersionResponse
|
6931
|
+
# @private
|
6932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6933
|
+
property :tool, as: 'tool', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool::Representation
|
6934
|
+
|
6935
|
+
end
|
6936
|
+
end
|
6937
|
+
|
6714
6938
|
class GoogleCloudDialogflowCxV3beta1RolloutConfig
|
6715
6939
|
# @private
|
6716
6940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6997,6 +7221,8 @@ module Google
|
|
6997
7221
|
class GoogleCloudDialogflowCxV3beta1Tool
|
6998
7222
|
# @private
|
6999
7223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7224
|
+
property :connector_spec, as: 'connectorSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorTool::Representation
|
7225
|
+
|
7000
7226
|
property :data_store_spec, as: 'dataStoreSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreTool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolDataStoreTool::Representation
|
7001
7227
|
|
7002
7228
|
property :description, as: 'description'
|
@@ -7087,6 +7313,36 @@ module Google
|
|
7087
7313
|
end
|
7088
7314
|
end
|
7089
7315
|
|
7316
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorTool
|
7317
|
+
# @private
|
7318
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7319
|
+
collection :actions, as: 'actions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction::Representation
|
7320
|
+
|
7321
|
+
property :end_user_auth_config, as: 'endUserAuthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig::Representation
|
7322
|
+
|
7323
|
+
property :name, as: 'name'
|
7324
|
+
end
|
7325
|
+
end
|
7326
|
+
|
7327
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorToolAction
|
7328
|
+
# @private
|
7329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7330
|
+
property :connection_action_id, as: 'connectionActionId'
|
7331
|
+
property :entity_operation, as: 'entityOperation', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation::Representation
|
7332
|
+
|
7333
|
+
collection :input_fields, as: 'inputFields'
|
7334
|
+
collection :output_fields, as: 'outputFields'
|
7335
|
+
end
|
7336
|
+
end
|
7337
|
+
|
7338
|
+
class GoogleCloudDialogflowCxV3beta1ToolConnectorToolActionEntityOperation
|
7339
|
+
# @private
|
7340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7341
|
+
property :entity_id, as: 'entityId'
|
7342
|
+
property :operation, as: 'operation'
|
7343
|
+
end
|
7344
|
+
end
|
7345
|
+
|
7090
7346
|
class GoogleCloudDialogflowCxV3beta1ToolDataStoreTool
|
7091
7347
|
# @private
|
7092
7348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7103,6 +7359,32 @@ module Google
|
|
7103
7359
|
end
|
7104
7360
|
end
|
7105
7361
|
|
7362
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig
|
7363
|
+
# @private
|
7364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7365
|
+
property :oauth2_auth_code_config, as: 'oauth2AuthCodeConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig::Representation
|
7366
|
+
|
7367
|
+
property :oauth2_jwt_bearer_config, as: 'oauth2JwtBearerConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig::Representation
|
7368
|
+
|
7369
|
+
end
|
7370
|
+
end
|
7371
|
+
|
7372
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig
|
7373
|
+
# @private
|
7374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7375
|
+
property :oauth_token, as: 'oauthToken'
|
7376
|
+
end
|
7377
|
+
end
|
7378
|
+
|
7379
|
+
class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
|
7380
|
+
# @private
|
7381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7382
|
+
property :client_key, as: 'clientKey'
|
7383
|
+
property :issuer, as: 'issuer'
|
7384
|
+
property :subject, as: 'subject'
|
7385
|
+
end
|
7386
|
+
end
|
7387
|
+
|
7106
7388
|
class GoogleCloudDialogflowCxV3beta1ToolExtensionTool
|
7107
7389
|
# @private
|
7108
7390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7165,6 +7447,18 @@ module Google
|
|
7165
7447
|
end
|
7166
7448
|
end
|
7167
7449
|
|
7450
|
+
class GoogleCloudDialogflowCxV3beta1ToolVersion
|
7451
|
+
# @private
|
7452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7453
|
+
property :create_time, as: 'createTime'
|
7454
|
+
property :display_name, as: 'displayName'
|
7455
|
+
property :name, as: 'name'
|
7456
|
+
property :tool, as: 'tool', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Tool::Representation
|
7457
|
+
|
7458
|
+
property :update_time, as: 'updateTime'
|
7459
|
+
end
|
7460
|
+
end
|
7461
|
+
|
7168
7462
|
class GoogleCloudDialogflowCxV3beta1TrainFlowRequest
|
7169
7463
|
# @private
|
7170
7464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7720,6 +8014,13 @@ module Google
|
|
7720
8014
|
end
|
7721
8015
|
end
|
7722
8016
|
|
8017
|
+
class GoogleCloudDialogflowV2FreeFormSuggestion
|
8018
|
+
# @private
|
8019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8020
|
+
property :response, as: 'response'
|
8021
|
+
end
|
8022
|
+
end
|
8023
|
+
|
7723
8024
|
class GoogleCloudDialogflowV2GcsDestination
|
7724
8025
|
# @private
|
7725
8026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7727,6 +8028,35 @@ module Google
|
|
7727
8028
|
end
|
7728
8029
|
end
|
7729
8030
|
|
8031
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponse
|
8032
|
+
# @private
|
8033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8034
|
+
collection :generator_suggestion_answers, as: 'generatorSuggestionAnswers', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer::Representation
|
8035
|
+
|
8036
|
+
property :latest_message, as: 'latestMessage'
|
8037
|
+
end
|
8038
|
+
end
|
8039
|
+
|
8040
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
8041
|
+
# @private
|
8042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8043
|
+
property :answer_record, as: 'answerRecord'
|
8044
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GeneratorSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GeneratorSuggestion::Representation
|
8045
|
+
|
8046
|
+
property :source_generator, as: 'sourceGenerator'
|
8047
|
+
end
|
8048
|
+
end
|
8049
|
+
|
8050
|
+
class GoogleCloudDialogflowV2GeneratorSuggestion
|
8051
|
+
# @private
|
8052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8053
|
+
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2FreeFormSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2FreeFormSuggestion::Representation
|
8054
|
+
|
8055
|
+
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestion::Representation
|
8056
|
+
|
8057
|
+
end
|
8058
|
+
end
|
8059
|
+
|
7730
8060
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
7731
8061
|
# @private
|
7732
8062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8393,6 +8723,8 @@ module Google
|
|
8393
8723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8394
8724
|
property :error, as: 'error', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
8395
8725
|
|
8726
|
+
property :generate_suggestions_response, as: 'generateSuggestionsResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GenerateSuggestionsResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GenerateSuggestionsResponse::Representation
|
8727
|
+
|
8396
8728
|
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestArticlesResponse::Representation
|
8397
8729
|
|
8398
8730
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
@@ -8404,6 +8736,22 @@ module Google
|
|
8404
8736
|
end
|
8405
8737
|
end
|
8406
8738
|
|
8739
|
+
class GoogleCloudDialogflowV2SummarySuggestion
|
8740
|
+
# @private
|
8741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8742
|
+
collection :summary_sections, as: 'summarySections', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestionSummarySection, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestionSummarySection::Representation
|
8743
|
+
|
8744
|
+
end
|
8745
|
+
end
|
8746
|
+
|
8747
|
+
class GoogleCloudDialogflowV2SummarySuggestionSummarySection
|
8748
|
+
# @private
|
8749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8750
|
+
property :section, as: 'section'
|
8751
|
+
property :summary, as: 'summary'
|
8752
|
+
end
|
8753
|
+
end
|
8754
|
+
|
8407
8755
|
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
8408
8756
|
# @private
|
8409
8757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8587,6 +8935,13 @@ module Google
|
|
8587
8935
|
end
|
8588
8936
|
end
|
8589
8937
|
|
8938
|
+
class GoogleCloudDialogflowV2beta1FreeFormSuggestion
|
8939
|
+
# @private
|
8940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8941
|
+
property :response, as: 'response'
|
8942
|
+
end
|
8943
|
+
end
|
8944
|
+
|
8590
8945
|
class GoogleCloudDialogflowV2beta1GcsDestination
|
8591
8946
|
# @private
|
8592
8947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8594,6 +8949,35 @@ module Google
|
|
8594
8949
|
end
|
8595
8950
|
end
|
8596
8951
|
|
8952
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse
|
8953
|
+
# @private
|
8954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8955
|
+
collection :generator_suggestion_answers, as: 'generatorSuggestionAnswers', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer::Representation
|
8956
|
+
|
8957
|
+
property :latest_message, as: 'latestMessage'
|
8958
|
+
end
|
8959
|
+
end
|
8960
|
+
|
8961
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
8962
|
+
# @private
|
8963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8964
|
+
property :answer_record, as: 'answerRecord'
|
8965
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion::Representation
|
8966
|
+
|
8967
|
+
property :source_generator, as: 'sourceGenerator'
|
8968
|
+
end
|
8969
|
+
end
|
8970
|
+
|
8971
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
8972
|
+
# @private
|
8973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8974
|
+
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1FreeFormSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1FreeFormSuggestion::Representation
|
8975
|
+
|
8976
|
+
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestion::Representation
|
8977
|
+
|
8978
|
+
end
|
8979
|
+
end
|
8980
|
+
|
8597
8981
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
8598
8982
|
# @private
|
8599
8983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9471,6 +9855,8 @@ module Google
|
|
9471
9855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9472
9856
|
property :error, as: 'error', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
9473
9857
|
|
9858
|
+
property :generate_suggestions_response, as: 'generateSuggestionsResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse::Representation
|
9859
|
+
|
9474
9860
|
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestArticlesResponse::Representation
|
9475
9861
|
|
9476
9862
|
property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
|
@@ -9486,6 +9872,22 @@ module Google
|
|
9486
9872
|
end
|
9487
9873
|
end
|
9488
9874
|
|
9875
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestion
|
9876
|
+
# @private
|
9877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9878
|
+
collection :summary_sections, as: 'summarySections', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection::Representation
|
9879
|
+
|
9880
|
+
end
|
9881
|
+
end
|
9882
|
+
|
9883
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection
|
9884
|
+
# @private
|
9885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9886
|
+
property :section, as: 'section'
|
9887
|
+
property :summary, as: 'summary'
|
9888
|
+
end
|
9889
|
+
end
|
9890
|
+
|
9489
9891
|
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
9490
9892
|
# @private
|
9491
9893
|
class Representation < Google::Apis::Core::JsonRepresentation
|