Class GoogleCloudContactcenterinsightsV1IssueAssignment
Information about the issue.
Implements
Inherited Members
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 analyis 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? |