public sealed class InterruptionSignal : IMessage<InterruptionSignal>, IEquatable<InterruptionSignal>, IDeepCloneable<InterruptionSignal>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class InterruptionSignal.
Indicates the agent's audio response has been interrupted. The client should immediately stop any current audio playback (e.g., due to user barge-in or a new agent response being generated).
Implements
IMessageInterruptionSignal, IEquatableInterruptionSignal, IDeepCloneableInterruptionSignal, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
InterruptionSignal()
public InterruptionSignal()InterruptionSignal(InterruptionSignal)
public InterruptionSignal(InterruptionSignal other)| Parameter | |
|---|---|
| Name | Description |
other |
InterruptionSignal |
Properties
BargeIn
public bool BargeIn { get; set; }Whether the interruption is caused by a user barge-in event.
| Property Value | |
|---|---|
| Type | Description |
bool |
|