Skip to content

Commit 70818eb

Browse files
feat: Automated regeneration of dialogflow v3 client (googleapis#21938)
Auto-created at 2025-03-02 10:31:17 +0000 using the toys pull request generator.
1 parent 36d03e8 commit 70818eb

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

generated/google-apis-dialogflow_v3/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_v3
22

3-
### v0.103.0 (2025-02-26)
3+
### v0.103.0 (2025-03-02)
44

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

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

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

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings
174174
# @return [String]
175175
attr_accessor :no_speech_timeout
176176

177-
# Use timeout based endpointing, interpreting endpointer sensitivy as seconds of
178-
# timeout value.
177+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
178+
# of timeout value.
179179
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
180180
# @return [Boolean]
181181
attr_accessor :use_timeout_based_endpointing
@@ -794,7 +794,7 @@ class GoogleCloudDialogflowCxV3BoostSpec
794794
include Google::Apis::Core::Hashable
795795

796796
# Optional. Condition boost specifications. If a document matches multiple
797-
# conditions in the specifictions, boost scores from these specifications are
797+
# conditions in the specifications, boost scores from these specifications are
798798
# all applied and combined in a non-linear way. Maximum number of specifications
799799
# is 20.
800800
# Corresponds to the JSON property `conditionBoostSpecs`
@@ -3142,7 +3142,7 @@ class GoogleCloudDialogflowCxV3Flow
31423142
# every page's transition routes and can support use cases such as the user
31433143
# saying "help" or "can I talk to a human?", which can be handled in a common
31443144
# way regardless of the current page. Transition routes defined in the page have
3145-
# higher priority than those defined in the flow. TransitionRoutes are evalauted
3145+
# higher priority than those defined in the flow. TransitionRoutes are evaluated
31463146
# in the following order: * TransitionRoutes with intent specified. *
31473147
# TransitionRoutes with only condition specified. TransitionRoutes with intent
31483148
# specified are inherited by pages in the flow.
@@ -5716,7 +5716,7 @@ class GoogleCloudDialogflowCxV3Page
57165716

57175717
# A list of transitions for the transition rules of this page. They route the
57185718
# conversation to another page in the same flow, or another flow. When we are in
5719-
# a certain page, the TransitionRoutes are evalauted in the following order: *
5719+
# a certain page, the TransitionRoutes are evaluated in the following order: *
57205720
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
57215721
# defined in the transition route groups with intent specified. *
57225722
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
@@ -6994,12 +6994,18 @@ def update!(**args)
69946994
class GoogleCloudDialogflowCxV3SearchConfig
69956995
include Google::Apis::Core::Hashable
69966996

6997-
# Optional. Boosting configuration for the datastores.
6997+
# Optional. Boosting configuration for the datastores. Maps from datastore name
6998+
# to their boost configuration. Do not specify more than one BoostSpecs for each
6999+
# datastore name. If multiple BoostSpecs are provided for the same datastore
7000+
# name, the behavior is undefined.
69987001
# Corresponds to the JSON property `boostSpecs`
69997002
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BoostSpecs>]
70007003
attr_accessor :boost_specs
70017004

7002-
# Optional. Filter configuration for the datastores.
7005+
# Optional. Filter configuration for the datastores. Maps from datastore name to
7006+
# the filter expression for that datastore. Do not specify more than one
7007+
# FilterSpecs for each datastore name. If multiple FilterSpecs are provided for
7008+
# the same datastore name, the behavior is undefined.
70037009
# Corresponds to the JSON property `filterSpecs`
70047010
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FilterSpecs>]
70057011
attr_accessor :filter_specs
@@ -9077,8 +9083,8 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings
90779083
# @return [String]
90789084
attr_accessor :no_speech_timeout
90799085

9080-
# Use timeout based endpointing, interpreting endpointer sensitivy as seconds of
9081-
# timeout value.
9086+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
9087+
# of timeout value.
90829088
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
90839089
# @return [Boolean]
90849090
attr_accessor :use_timeout_based_endpointing
@@ -11045,7 +11051,7 @@ class GoogleCloudDialogflowCxV3beta1Page
1104511051

1104611052
# A list of transitions for the transition rules of this page. They route the
1104711053
# conversation to another page in the same flow, or another flow. When we are in
11048-
# a certain page, the TransitionRoutes are evalauted in the following order: *
11054+
# a certain page, the TransitionRoutes are evaluated in the following order: *
1104911055
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
1105011056
# defined in the transition route groups with intent specified. *
1105111057
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
@@ -15266,7 +15272,8 @@ class GoogleCloudDialogflowV2Message
1526615272
# @return [String]
1526715273
attr_accessor :participant_role
1526815274

15269-
# Optional. The time when the message was sent.
15275+
# Optional. The time when the message was sent. For voice messages, this is the
15276+
# time when an utterance started.
1527015277
# Corresponds to the JSON property `sendTime`
1527115278
# @return [String]
1527215279
attr_accessor :send_time
@@ -18980,7 +18987,8 @@ class GoogleCloudDialogflowV2beta1Message
1898018987
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessage>]
1898118988
attr_accessor :response_messages
1898218989

18983-
# Optional. The time when the message was sent.
18990+
# Optional. The time when the message was sent. For voice messages, this is the
18991+
# time when an utterance started.
1898418992
# Corresponds to the JSON property `sendTime`
1898518993
# @return [String]
1898618994
attr_accessor :send_time

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

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

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

0 commit comments

Comments
 (0)