Contact Center AI Insights v1 API - Class ConversationLevelSilence (2.17.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationLevelSilence.

Conversation-level silence data.

Inheritance

object > ConversationLevelSilence

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ConversationLevelSilence()

public ConversationLevelSilence()

ConversationLevelSilence(ConversationLevelSilence)

public ConversationLevelSilence(ConversationLevelSilence other)
Parameter
Name Description
other ConversationLevelSilence

Properties

SilenceDuration

public Duration SilenceDuration { get; set; }

Amount of time calculated to be in silence.

Property Value
Type Description
Duration

SilencePercentage

public float SilencePercentage { get; set; }

Percentage of the total conversation spent in silence.

Property Value
Type Description
float