@@ -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
0 commit comments