Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1LossPattern

A loss pattern of a virtual agent and suggested fixes.

Inheritance
object
GoogleCloudContactcenterinsightsV1LossPattern
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 GoogleCloudContactcenterinsightsV1LossPattern : IDirectResponseSchema

Properties

ConversationIds

Output only. A list of conversation IDs that match this loss pattern.

Declaration
[JsonProperty("conversationIds")]
public virtual IList<string> ConversationIds { get; set; }
Property Value
Type Description
IList<string>

Description

Output only. A markdown description of the loss pattern.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Output only. The display name of the loss pattern.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Examples

Output only. A markdown of loss pattern examples.

Declaration
[JsonProperty("examples")]
public virtual string Examples { get; set; }
Property Value
Type Description
string

Id

Output only. The unique identifier for the loss pattern.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Percentage

Output only. The percentage of conversations that match this loss pattern.

Declaration
[JsonProperty("percentage")]
public virtual double? Percentage { get; set; }
Property Value
Type Description
double?

SuggestedFixes

Output only. A markdown description of the suggested fixes.

Declaration
[JsonProperty("suggestedFixes")]
public virtual string SuggestedFixes { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX