Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ConversationLevelSilence

Conversation-level silence data.

Inheritance
object
GoogleCloudContactcenterinsightsV1ConversationLevelSilence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationLevelSilence : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX