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