Class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence
Conversation-level silence data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SilenceDuration
Amount of time calculated to be in silence.
Declaration
[JsonProperty("silenceDuration")]
public virtual object SilenceDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
SilencePercentage
Percentage of the total conversation spent in silence.
Declaration
[JsonProperty("silencePercentage")]
public virtual float? SilencePercentage { get; set; }
Property Value
Type | Description |
---|---|
float? |