Gemini Enterprise for Customer Experience v1 API - Class InterruptionSignal (1.0.0-beta01)

public sealed class InterruptionSignal : IMessage<InterruptionSignal>, IEquatable<InterruptionSignal>, IDeepCloneable<InterruptionSignal>, IBufferMessage, IMessage

Reference 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).

Inheritance

object > InterruptionSignal

Namespace

Google.Cloud.Ces.V1

Assembly

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