public interface BargeInConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBargeInAwareness()
public abstract boolean getBargeInAwareness()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.
bool barge_in_awareness = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The bargeInAwareness. |
getDisableBargeIn() (deprecated)
public abstract boolean getDisableBargeIn()Deprecated. google.cloud.ces.v1.BargeInConfig.disable_barge_in is deprecated. See google/cloud/ces/v1/app.proto;l=333
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.
bool disable_barge_in = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The disableBargeIn. |