Skip to content

Commit 886390e

Browse files
feat: Automated regeneration of dialogflow v2 client (googleapis#21932)
Auto-created at 2025-03-02 10:17:50 +0000 using the toys pull request generator.
1 parent f3f636e commit 886390e

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

generated/google-apis-dialogflow_v2/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_v2
22

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

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

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

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

Lines changed: 21 additions & 13 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
@@ -2142,7 +2142,7 @@ class GoogleCloudDialogflowCxV3Page
21422142

21432143
# A list of transitions for the transition rules of this page. They route the
21442144
# conversation to another page in the same flow, or another flow. When we are in
2145-
# a certain page, the TransitionRoutes are evalauted in the following order: *
2145+
# a certain page, the TransitionRoutes are evaluated in the following order: *
21462146
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
21472147
# defined in the transition route groups with intent specified. *
21482148
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
@@ -3912,8 +3912,8 @@ class GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings
39123912
# @return [String]
39133913
attr_accessor :no_speech_timeout
39143914

3915-
# Use timeout based endpointing, interpreting endpointer sensitivy as seconds of
3916-
# timeout value.
3915+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
3916+
# of timeout value.
39173917
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
39183918
# @return [Boolean]
39193919
attr_accessor :use_timeout_based_endpointing
@@ -5880,7 +5880,7 @@ class GoogleCloudDialogflowCxV3beta1Page
58805880

58815881
# A list of transitions for the transition rules of this page. They route the
58825882
# conversation to another page in the same flow, or another flow. When we are in
5883-
# a certain page, the TransitionRoutes are evalauted in the following order: *
5883+
# a certain page, the TransitionRoutes are evaluated in the following order: *
58845884
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
58855885
# defined in the transition route groups with intent specified. *
58865886
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
@@ -14104,7 +14104,8 @@ class GoogleCloudDialogflowV2Message
1410414104
# @return [String]
1410514105
attr_accessor :participant_role
1410614106

14107-
# Optional. The time when the message was sent.
14107+
# Optional. The time when the message was sent. For voice messages, this is the
14108+
# time when an utterance started.
1410814109
# Corresponds to the JSON property `sendTime`
1410914110
# @return [String]
1411014111
attr_accessor :send_time
@@ -14957,12 +14958,18 @@ def update!(**args)
1495714958
class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig
1495814959
include Google::Apis::Core::Hashable
1495914960

14960-
# Optional. Boost specifications for data stores.
14961+
# Optional. Boost specifications for data stores. Maps from datastore name to
14962+
# their boost configuration. Do not specify more than one BoostSpecs for each
14963+
# datastore name. If multiple BoostSpecs are provided for the same datastore
14964+
# name, the behavior is undefined.
1496114965
# Corresponds to the JSON property `boostSpecs`
1496214966
# @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs>]
1496314967
attr_accessor :boost_specs
1496414968

14965-
# Optional. Filter specification for data store queries.
14969+
# Optional. Filter specification for data store queries. TMaps from datastore
14970+
# name to the filter expression for that datastore. Do not specify more than one
14971+
# FilterSpecs for each datastore name. If multiple FilterSpecs are provided for
14972+
# the same datastore name, the behavior is undefined.
1496614973
# Corresponds to the JSON property `filterSpecs`
1496714974
# @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs>]
1496814975
attr_accessor :filter_specs
@@ -15014,7 +15021,7 @@ class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSp
1501415021
include Google::Apis::Core::Hashable
1501515022

1501615023
# Optional. Condition boost specifications. If a document matches multiple
15017-
# conditions in the specifictions, boost scores from these specifications are
15024+
# conditions in the specifications, boost scores from these specifications are
1501815025
# all applied and combined in a non-linear way. Maximum number of specifications
1501915026
# is 20.
1502015027
# Corresponds to the JSON property `conditionBoostSpecs`
@@ -15611,8 +15618,8 @@ class GoogleCloudDialogflowV2SpeechToTextConfig
1561115618
# @return [String]
1561215619
attr_accessor :speech_model_variant
1561315620

15614-
# Use timeout based endpointing, interpreting endpointer sensitivy as seconds of
15615-
# timeout value.
15621+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
15622+
# of timeout value.
1561615623
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
1561715624
# @return [Boolean]
1561815625
attr_accessor :use_timeout_based_endpointing
@@ -19617,7 +19624,8 @@ class GoogleCloudDialogflowV2beta1Message
1961719624
# @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ResponseMessage>]
1961819625
attr_accessor :response_messages
1961919626

19620-
# Optional. The time when the message was sent.
19627+
# Optional. The time when the message was sent. For voice messages, this is the
19628+
# time when an utterance started.
1962119629
# Corresponds to the JSON property `sendTime`
1962219630
# @return [String]
1962319631
attr_accessor :send_time

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

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

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

0 commit comments

Comments
 (0)