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.
Implements
IMessageConversationLevelSilence, IEquatableConversationLevelSilence, IDeepCloneableConversationLevelSilence, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |