Skip to content

Commit 7c1ef6d

Browse files
feat: Automated regeneration of dialogflow v3beta1 client (googleapis#21868)
Auto-created at 2025-02-26 21:20:20 +0000 using the toys pull request generator.
1 parent 8bd23f0 commit 7c1ef6d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

generated/google-apis-dialogflow_v3beta1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-dialogflow_v3beta1
22

3-
### v0.94.0 (2025-01-26)
3+
### v0.94.0 (2025-02-26)
44

5-
* Regenerated from discovery document revision 20250121
5+
* Regenerated from discovery document revision 20250213
66

77
### v0.93.0 (2025-01-12)
88

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ class GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig
33983398
# @return [String]
33993399
attr_accessor :client_id
34003400

3401-
# Required. The client secret provided by the 3rd party platform.
3401+
# Optional. The client secret provided by the 3rd party platform.
34023402
# Corresponds to the JSON property `clientSecret`
34033403
# @return [String]
34043404
attr_accessor :client_secret
@@ -14280,7 +14280,7 @@ class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig
1428014280
# @return [String]
1428114281
attr_accessor :client_id
1428214282

14283-
# Required. The client secret provided by the 3rd party platform.
14283+
# Optional. The client secret provided by the 3rd party platform.
1428414284
# Corresponds to the JSON property `clientSecret`
1428514285
# @return [String]
1428614286
attr_accessor :client_secret
@@ -21151,9 +21151,9 @@ class GoogleCloudDialogflowV2beta1ResponseMessage
2115121151
# Dialogflow only uses this to determine which conversations were handed off to
2115221152
# a human agent for measurement purposes. What else to do with this signal is up
2115321153
# to you and your handoff procedures. You may set this, for example: * In the
21154-
# entry fulfillment of a CX Page if entering the page indicates something went
21155-
# extremely wrong in the conversation. * In a webhook response when you
21156-
# determine that the customer issue can only be handled by a human.
21154+
# entry fulfillment of a Dialogflow CX Page if entering the page indicates
21155+
# something went extremely wrong in the conversation. * In a webhook response
21156+
# when you determine that the customer issue can only be handled by a human.
2115721157
# Corresponds to the JSON property `liveAgentHandoff`
2115821158
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff]
2115921159
attr_accessor :live_agent_handoff
@@ -21212,9 +21212,9 @@ def update!(**args)
2121221212
# Dialogflow only uses this to determine which conversations were handed off to
2121321213
# a human agent for measurement purposes. What else to do with this signal is up
2121421214
# to you and your handoff procedures. You may set this, for example: * In the
21215-
# entry fulfillment of a CX Page if entering the page indicates something went
21216-
# extremely wrong in the conversation. * In a webhook response when you
21217-
# determine that the customer issue can only be handled by a human.
21215+
# entry fulfillment of a Dialogflow CX Page if entering the page indicates
21216+
# something went extremely wrong in the conversation. * In a webhook response
21217+
# when you determine that the customer issue can only be handled by a human.
2121821218
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
2121921219
include Google::Apis::Core::Hashable
2122021220

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module DialogflowV3beta1
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250121"
25+
REVISION = "20250213"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)