Show / Hide Table of Contents

Class BargeInConfig

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

Inheritance
object
BargeInConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX