Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IssueAssignment

Information about the issue.

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

Properties

DisplayName

Immutable. Display name of the assigned issue. This field is set at time of analysis and immutable since then.

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

Issue

Resource name of the assigned issue.

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

Score

Score indicating the likelihood of the issue assignment. currently bounded on [0,1].

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX