Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::BargeInConfig (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::BargeInConfig.

Configuration for how the user barge-in activities should be handled.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#barge_in_awareness

def barge_in_awareness() -> ::Boolean
Returns
  • (::Boolean) — Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message. This should not be used in scenarios where agent responses are displayed visually.

#barge_in_awareness=

def barge_in_awareness=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message. This should not be used in scenarios where agent responses are displayed visually.
Returns
  • (::Boolean) — Optional. If enabled, the agent will adapt its next response based on the assumption that the user hasn't heard the full preceding agent message. This should not be used in scenarios where agent responses are displayed visually.

#disable_barge_in

def disable_barge_in() -> ::Boolean
Returns
  • (::Boolean) — Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.

    Deprecated: disable_barge_in is deprecated in favor of disable_barge_in_control in ChannelProfile.

#disable_barge_in=

def disable_barge_in=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.

    Deprecated: disable_barge_in is deprecated in favor of disable_barge_in_control in ChannelProfile.

Returns
  • (::Boolean) — Optional. Disables user barge-in while the agent is speaking. If true, user input during agent response playback will be ignored.

    Deprecated: disable_barge_in is deprecated in favor of disable_barge_in_control in ChannelProfile.