Class BargeInConfig
Configuration for how the user barge-in activities should be handled.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class BargeInConfig : IDirectResponseSchema
Properties
BargeInAwareness
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.
Declaration
[JsonProperty("bargeInAwareness")]
public virtual bool? BargeInAwareness { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisableBargeIn
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.
Declaration
[JsonProperty("disableBargeIn")]
public virtual bool? DisableBargeIn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |