google-apis-dialogflow_v3 0.115.0 → 0.117.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.
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3
|
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.117.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251027"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -196,6 +196,12 @@ module Google
|
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
|
197
197
|
end
|
|
198
198
|
|
|
199
|
+
class GoogleCloudDialogflowCxV3CodeBlock
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
199
205
|
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
|
200
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
207
|
|
|
@@ -1492,6 +1498,12 @@ module Google
|
|
|
1492
1498
|
include Google::Apis::Core::JsonObjectSupport
|
|
1493
1499
|
end
|
|
1494
1500
|
|
|
1501
|
+
class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig
|
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1503
|
+
|
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1505
|
+
end
|
|
1506
|
+
|
|
1495
1507
|
class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
|
|
1496
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1497
1509
|
|
|
@@ -1720,6 +1732,12 @@ module Google
|
|
|
1720
1732
|
include Google::Apis::Core::JsonObjectSupport
|
|
1721
1733
|
end
|
|
1722
1734
|
|
|
1735
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
|
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1737
|
+
|
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1739
|
+
end
|
|
1740
|
+
|
|
1723
1741
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
|
1724
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1725
1743
|
|
|
@@ -2350,6 +2368,12 @@ module Google
|
|
|
2350
2368
|
include Google::Apis::Core::JsonObjectSupport
|
|
2351
2369
|
end
|
|
2352
2370
|
|
|
2371
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
|
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2373
|
+
|
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2375
|
+
end
|
|
2376
|
+
|
|
2353
2377
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
|
2354
2378
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2355
2379
|
|
|
@@ -2398,6 +2422,60 @@ module Google
|
|
|
2398
2422
|
include Google::Apis::Core::JsonObjectSupport
|
|
2399
2423
|
end
|
|
2400
2424
|
|
|
2425
|
+
class GoogleCloudDialogflowV2AgentCoachingInstruction
|
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2427
|
+
|
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2429
|
+
end
|
|
2430
|
+
|
|
2431
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2443
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestion
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2445
|
+
|
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2447
|
+
end
|
|
2448
|
+
|
|
2449
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2451
|
+
|
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2453
|
+
end
|
|
2454
|
+
|
|
2455
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
|
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2457
|
+
|
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2459
|
+
end
|
|
2460
|
+
|
|
2461
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2463
|
+
|
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2467
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2469
|
+
|
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSources
|
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2475
|
+
|
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2477
|
+
end
|
|
2478
|
+
|
|
2401
2479
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
|
2402
2480
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2403
2481
|
|
|
@@ -2998,6 +3076,60 @@ module Google
|
|
|
2998
3076
|
include Google::Apis::Core::JsonObjectSupport
|
|
2999
3077
|
end
|
|
3000
3078
|
|
|
3079
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstruction
|
|
3080
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3081
|
+
|
|
3082
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3083
|
+
end
|
|
3084
|
+
|
|
3085
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult
|
|
3086
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3087
|
+
|
|
3088
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3089
|
+
end
|
|
3090
|
+
|
|
3091
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
3092
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3093
|
+
|
|
3094
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3095
|
+
end
|
|
3096
|
+
|
|
3097
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
|
|
3098
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3099
|
+
|
|
3100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3101
|
+
end
|
|
3102
|
+
|
|
3103
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
|
|
3104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3105
|
+
|
|
3106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3107
|
+
end
|
|
3108
|
+
|
|
3109
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
|
|
3110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3111
|
+
|
|
3112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3113
|
+
end
|
|
3114
|
+
|
|
3115
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
3116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3117
|
+
|
|
3118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3119
|
+
end
|
|
3120
|
+
|
|
3121
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
|
|
3122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3123
|
+
|
|
3124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3125
|
+
end
|
|
3126
|
+
|
|
3127
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
|
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3129
|
+
|
|
3130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3131
|
+
end
|
|
3132
|
+
|
|
3001
3133
|
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
|
3002
3134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3003
3135
|
|
|
@@ -4042,6 +4174,13 @@ module Google
|
|
|
4042
4174
|
end
|
|
4043
4175
|
end
|
|
4044
4176
|
|
|
4177
|
+
class GoogleCloudDialogflowCxV3CodeBlock
|
|
4178
|
+
# @private
|
|
4179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4180
|
+
property :code, as: 'code'
|
|
4181
|
+
end
|
|
4182
|
+
end
|
|
4183
|
+
|
|
4045
4184
|
class GoogleCloudDialogflowCxV3CompareVersionsRequest
|
|
4046
4185
|
# @private
|
|
4047
4186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5532,11 +5671,14 @@ module Google
|
|
|
5532
5671
|
class GoogleCloudDialogflowCxV3Playbook
|
|
5533
5672
|
# @private
|
|
5534
5673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5674
|
+
property :code_block, as: 'codeBlock', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CodeBlock, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CodeBlock::Representation
|
|
5675
|
+
|
|
5535
5676
|
property :create_time, as: 'createTime'
|
|
5536
5677
|
property :display_name, as: 'displayName'
|
|
5537
5678
|
property :goal, as: 'goal'
|
|
5538
5679
|
collection :handlers, as: 'handlers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Handler, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Handler::Representation
|
|
5539
5680
|
|
|
5681
|
+
collection :inline_actions, as: 'inlineActions'
|
|
5540
5682
|
collection :input_parameter_definitions, as: 'inputParameterDefinitions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ParameterDefinition, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ParameterDefinition::Representation
|
|
5541
5683
|
|
|
5542
5684
|
property :instruction, as: 'instruction', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInstruction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookInstruction::Representation
|
|
@@ -6186,6 +6328,8 @@ module Google
|
|
|
6186
6328
|
|
|
6187
6329
|
property :oauth_config, as: 'oauthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig::Representation
|
|
6188
6330
|
|
|
6331
|
+
property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig::Representation
|
|
6332
|
+
|
|
6189
6333
|
property :service_agent_auth_config, as: 'serviceAgentAuthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig::Representation
|
|
6190
6334
|
|
|
6191
6335
|
end
|
|
@@ -6221,6 +6365,13 @@ module Google
|
|
|
6221
6365
|
end
|
|
6222
6366
|
end
|
|
6223
6367
|
|
|
6368
|
+
class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig
|
|
6369
|
+
# @private
|
|
6370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6371
|
+
property :service_account, as: 'serviceAccount'
|
|
6372
|
+
end
|
|
6373
|
+
end
|
|
6374
|
+
|
|
6224
6375
|
class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
|
|
6225
6376
|
# @private
|
|
6226
6377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6574,6 +6725,8 @@ module Google
|
|
|
6574
6725
|
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
|
6575
6726
|
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
|
6576
6727
|
|
|
6728
|
+
property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig::Representation
|
|
6729
|
+
|
|
6577
6730
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
|
6578
6731
|
property :uri, as: 'uri'
|
|
6579
6732
|
property :username, as: 'username'
|
|
@@ -6599,6 +6752,13 @@ module Google
|
|
|
6599
6752
|
end
|
|
6600
6753
|
end
|
|
6601
6754
|
|
|
6755
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
|
|
6756
|
+
# @private
|
|
6757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6758
|
+
property :service_account, as: 'serviceAccount'
|
|
6759
|
+
end
|
|
6760
|
+
end
|
|
6761
|
+
|
|
6602
6762
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
|
6603
6763
|
# @private
|
|
6604
6764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7628,6 +7788,8 @@ module Google
|
|
|
7628
7788
|
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
|
7629
7789
|
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
|
7630
7790
|
|
|
7791
|
+
property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig::Representation
|
|
7792
|
+
|
|
7631
7793
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
|
7632
7794
|
property :uri, as: 'uri'
|
|
7633
7795
|
property :username, as: 'username'
|
|
@@ -7653,6 +7815,13 @@ module Google
|
|
|
7653
7815
|
end
|
|
7654
7816
|
end
|
|
7655
7817
|
|
|
7818
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
|
|
7819
|
+
# @private
|
|
7820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7821
|
+
property :service_account, as: 'serviceAccount'
|
|
7822
|
+
end
|
|
7823
|
+
end
|
|
7824
|
+
|
|
7656
7825
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
|
7657
7826
|
# @private
|
|
7658
7827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7748,6 +7917,96 @@ module Google
|
|
|
7748
7917
|
end
|
|
7749
7918
|
end
|
|
7750
7919
|
|
|
7920
|
+
class GoogleCloudDialogflowV2AgentCoachingInstruction
|
|
7921
|
+
# @private
|
|
7922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7923
|
+
property :agent_action, as: 'agentAction'
|
|
7924
|
+
property :condition, as: 'condition'
|
|
7925
|
+
property :display_details, as: 'displayDetails'
|
|
7926
|
+
property :display_name, as: 'displayName'
|
|
7927
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
7928
|
+
|
|
7929
|
+
property :system_action, as: 'systemAction'
|
|
7930
|
+
end
|
|
7931
|
+
end
|
|
7932
|
+
|
|
7933
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult
|
|
7934
|
+
# @private
|
|
7935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7936
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
7937
|
+
|
|
7938
|
+
end
|
|
7939
|
+
end
|
|
7940
|
+
|
|
7941
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
7942
|
+
# @private
|
|
7943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7944
|
+
property :answer_record, as: 'answerRecord'
|
|
7945
|
+
property :similarity_score, as: 'similarityScore'
|
|
7946
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
7947
|
+
end
|
|
7948
|
+
end
|
|
7949
|
+
|
|
7950
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestion
|
|
7951
|
+
# @private
|
|
7952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7953
|
+
collection :agent_action_suggestions, as: 'agentActionSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion::Representation
|
|
7954
|
+
|
|
7955
|
+
collection :applicable_instructions, as: 'applicableInstructions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstruction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingInstruction::Representation
|
|
7956
|
+
|
|
7957
|
+
collection :sample_responses, as: 'sampleResponses', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse::Representation
|
|
7958
|
+
|
|
7959
|
+
end
|
|
7960
|
+
end
|
|
7961
|
+
|
|
7962
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
|
|
7963
|
+
# @private
|
|
7964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7965
|
+
property :agent_action, as: 'agentAction'
|
|
7966
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
7967
|
+
|
|
7968
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
7969
|
+
|
|
7970
|
+
end
|
|
7971
|
+
end
|
|
7972
|
+
|
|
7973
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
|
|
7974
|
+
# @private
|
|
7975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7976
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
7977
|
+
|
|
7978
|
+
end
|
|
7979
|
+
end
|
|
7980
|
+
|
|
7981
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
7982
|
+
# @private
|
|
7983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7984
|
+
property :answer_record, as: 'answerRecord'
|
|
7985
|
+
property :similarity_score, as: 'similarityScore'
|
|
7986
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
7987
|
+
|
|
7988
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
7989
|
+
end
|
|
7990
|
+
end
|
|
7991
|
+
|
|
7992
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse
|
|
7993
|
+
# @private
|
|
7994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7995
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
7996
|
+
|
|
7997
|
+
property :response_text, as: 'responseText'
|
|
7998
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
7999
|
+
|
|
8000
|
+
end
|
|
8001
|
+
end
|
|
8002
|
+
|
|
8003
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSources
|
|
8004
|
+
# @private
|
|
8005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8006
|
+
collection :instruction_indexes, as: 'instructionIndexes'
|
|
8007
|
+
end
|
|
8008
|
+
end
|
|
8009
|
+
|
|
7751
8010
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
|
7752
8011
|
# @private
|
|
7753
8012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7997,6 +8256,8 @@ module Google
|
|
|
7997
8256
|
class GoogleCloudDialogflowV2GeneratorSuggestion
|
|
7998
8257
|
# @private
|
|
7999
8258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8259
|
+
property :agent_coaching_suggestion, as: 'agentCoachingSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestion::Representation
|
|
8260
|
+
|
|
8000
8261
|
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FreeFormSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FreeFormSuggestion::Representation
|
|
8001
8262
|
|
|
8002
8263
|
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion::Representation
|
|
@@ -8716,9 +8977,13 @@ module Google
|
|
|
8716
8977
|
# @private
|
|
8717
8978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8718
8979
|
property :action, as: 'action'
|
|
8980
|
+
property :answer_record, as: 'answerRecord'
|
|
8719
8981
|
property :create_time, as: 'createTime'
|
|
8720
8982
|
hash :input_parameters, as: 'inputParameters'
|
|
8983
|
+
property :state, as: 'state'
|
|
8721
8984
|
property :tool, as: 'tool'
|
|
8985
|
+
property :tool_display_details, as: 'toolDisplayDetails'
|
|
8986
|
+
property :tool_display_name, as: 'toolDisplayName'
|
|
8722
8987
|
end
|
|
8723
8988
|
end
|
|
8724
8989
|
|
|
@@ -8726,6 +8991,7 @@ module Google
|
|
|
8726
8991
|
# @private
|
|
8727
8992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8728
8993
|
property :action, as: 'action'
|
|
8994
|
+
property :answer_record, as: 'answerRecord'
|
|
8729
8995
|
property :content, as: 'content'
|
|
8730
8996
|
property :create_time, as: 'createTime'
|
|
8731
8997
|
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError::Representation
|
|
@@ -8780,6 +9046,96 @@ module Google
|
|
|
8780
9046
|
end
|
|
8781
9047
|
end
|
|
8782
9048
|
|
|
9049
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstruction
|
|
9050
|
+
# @private
|
|
9051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9052
|
+
property :agent_action, as: 'agentAction'
|
|
9053
|
+
property :condition, as: 'condition'
|
|
9054
|
+
property :display_details, as: 'displayDetails'
|
|
9055
|
+
property :display_name, as: 'displayName'
|
|
9056
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
9057
|
+
|
|
9058
|
+
property :system_action, as: 'systemAction'
|
|
9059
|
+
end
|
|
9060
|
+
end
|
|
9061
|
+
|
|
9062
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult
|
|
9063
|
+
# @private
|
|
9064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9065
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
9066
|
+
|
|
9067
|
+
end
|
|
9068
|
+
end
|
|
9069
|
+
|
|
9070
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
9071
|
+
# @private
|
|
9072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9073
|
+
property :answer_record, as: 'answerRecord'
|
|
9074
|
+
property :similarity_score, as: 'similarityScore'
|
|
9075
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
9076
|
+
end
|
|
9077
|
+
end
|
|
9078
|
+
|
|
9079
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
|
|
9080
|
+
# @private
|
|
9081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9082
|
+
collection :agent_action_suggestions, as: 'agentActionSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion::Representation
|
|
9083
|
+
|
|
9084
|
+
collection :applicable_instructions, as: 'applicableInstructions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstruction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingInstruction::Representation
|
|
9085
|
+
|
|
9086
|
+
collection :sample_responses, as: 'sampleResponses', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse::Representation
|
|
9087
|
+
|
|
9088
|
+
end
|
|
9089
|
+
end
|
|
9090
|
+
|
|
9091
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
|
|
9092
|
+
# @private
|
|
9093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9094
|
+
property :agent_action, as: 'agentAction'
|
|
9095
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
9096
|
+
|
|
9097
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9098
|
+
|
|
9099
|
+
end
|
|
9100
|
+
end
|
|
9101
|
+
|
|
9102
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
|
|
9103
|
+
# @private
|
|
9104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9105
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
9106
|
+
|
|
9107
|
+
end
|
|
9108
|
+
end
|
|
9109
|
+
|
|
9110
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
9111
|
+
# @private
|
|
9112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9113
|
+
property :answer_record, as: 'answerRecord'
|
|
9114
|
+
property :similarity_score, as: 'similarityScore'
|
|
9115
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9116
|
+
|
|
9117
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
9118
|
+
end
|
|
9119
|
+
end
|
|
9120
|
+
|
|
9121
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
|
|
9122
|
+
# @private
|
|
9123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9124
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
9125
|
+
|
|
9126
|
+
property :response_text, as: 'responseText'
|
|
9127
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9128
|
+
|
|
9129
|
+
end
|
|
9130
|
+
end
|
|
9131
|
+
|
|
9132
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
|
|
9133
|
+
# @private
|
|
9134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9135
|
+
collection :instruction_indexes, as: 'instructionIndexes'
|
|
9136
|
+
end
|
|
9137
|
+
end
|
|
9138
|
+
|
|
8783
9139
|
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
|
8784
9140
|
# @private
|
|
8785
9141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8962,6 +9318,8 @@ module Google
|
|
|
8962
9318
|
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
|
8963
9319
|
# @private
|
|
8964
9320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9321
|
+
property :agent_coaching_suggestion, as: 'agentCoachingSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion::Representation
|
|
9322
|
+
|
|
8965
9323
|
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FreeFormSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FreeFormSuggestion::Representation
|
|
8966
9324
|
|
|
8967
9325
|
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion::Representation
|
|
@@ -9903,9 +10261,13 @@ module Google
|
|
|
9903
10261
|
# @private
|
|
9904
10262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9905
10263
|
property :action, as: 'action'
|
|
10264
|
+
property :answer_record, as: 'answerRecord'
|
|
9906
10265
|
property :create_time, as: 'createTime'
|
|
9907
10266
|
hash :input_parameters, as: 'inputParameters'
|
|
10267
|
+
property :state, as: 'state'
|
|
9908
10268
|
property :tool, as: 'tool'
|
|
10269
|
+
property :tool_display_details, as: 'toolDisplayDetails'
|
|
10270
|
+
property :tool_display_name, as: 'toolDisplayName'
|
|
9909
10271
|
end
|
|
9910
10272
|
end
|
|
9911
10273
|
|
|
@@ -9913,6 +10275,7 @@ module Google
|
|
|
9913
10275
|
# @private
|
|
9914
10276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9915
10277
|
property :action, as: 'action'
|
|
10278
|
+
property :answer_record, as: 'answerRecord'
|
|
9916
10279
|
property :content, as: 'content'
|
|
9917
10280
|
property :create_time, as: 'createTime'
|
|
9918
10281
|
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError::Representation
|
|
@@ -10013,6 +10376,7 @@ module Google
|
|
|
10013
10376
|
property :next_page_token, as: 'nextPageToken'
|
|
10014
10377
|
collection :operations, as: 'operations', class: Google::Apis::DialogflowV3::GoogleLongrunningOperation, decorator: Google::Apis::DialogflowV3::GoogleLongrunningOperation::Representation
|
|
10015
10378
|
|
|
10379
|
+
collection :unreachable, as: 'unreachable'
|
|
10016
10380
|
end
|
|
10017
10381
|
end
|
|
10018
10382
|
|
|
@@ -5754,6 +5754,13 @@ module Google
|
|
|
5754
5754
|
# The standard list page size.
|
|
5755
5755
|
# @param [String] page_token
|
|
5756
5756
|
# The standard list page token.
|
|
5757
|
+
# @param [Boolean] return_partial_success
|
|
5758
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5759
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
5760
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
5761
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
5762
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
5763
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
5757
5764
|
# @param [String] fields
|
|
5758
5765
|
# Selector specifying which fields to include in a partial response.
|
|
5759
5766
|
# @param [String] quota_user
|
|
@@ -5771,7 +5778,7 @@ module Google
|
|
|
5771
5778
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
5772
5779
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
5773
5780
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
5774
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
5781
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
5775
5782
|
command = make_simple_command(:get, 'v3/{+name}/operations', options)
|
|
5776
5783
|
command.response_representation = Google::Apis::DialogflowV3::GoogleLongrunningListOperationsResponse::Representation
|
|
5777
5784
|
command.response_class = Google::Apis::DialogflowV3::GoogleLongrunningListOperationsResponse
|
|
@@ -5779,6 +5786,7 @@ module Google
|
|
|
5779
5786
|
command.query['filter'] = filter unless filter.nil?
|
|
5780
5787
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
5781
5788
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
5789
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
5782
5790
|
command.query['fields'] = fields unless fields.nil?
|
|
5783
5791
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
5784
5792
|
execute_or_queue_command(command, &block)
|
|
@@ -6037,6 +6045,13 @@ module Google
|
|
|
6037
6045
|
# The standard list page size.
|
|
6038
6046
|
# @param [String] page_token
|
|
6039
6047
|
# The standard list page token.
|
|
6048
|
+
# @param [Boolean] return_partial_success
|
|
6049
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6050
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
6051
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
6052
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
6053
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
6054
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
6040
6055
|
# @param [String] fields
|
|
6041
6056
|
# Selector specifying which fields to include in a partial response.
|
|
6042
6057
|
# @param [String] quota_user
|
|
@@ -6054,7 +6069,7 @@ module Google
|
|
|
6054
6069
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
6055
6070
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
6056
6071
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
6057
|
-
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
6072
|
+
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
6058
6073
|
command = make_simple_command(:get, 'v3/{+name}/operations', options)
|
|
6059
6074
|
command.response_representation = Google::Apis::DialogflowV3::GoogleLongrunningListOperationsResponse::Representation
|
|
6060
6075
|
command.response_class = Google::Apis::DialogflowV3::GoogleLongrunningListOperationsResponse
|
|
@@ -6062,6 +6077,7 @@ module Google
|
|
|
6062
6077
|
command.query['filter'] = filter unless filter.nil?
|
|
6063
6078
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
6064
6079
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
6080
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
6065
6081
|
command.query['fields'] = fields unless fields.nil?
|
|
6066
6082
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
6067
6083
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.117.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.117.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|