public sealed class IssueAssignment : IMessage<IssueAssignment>, IEquatable<IssueAssignment>, IDeepCloneable<IssueAssignment>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueAssignment.
Information about the issue.
Implements
IMessageIssueAssignment, IEquatableIssueAssignment, IDeepCloneableIssueAssignment, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IssueAssignment()
public IssueAssignment()
IssueAssignment(IssueAssignment)
public IssueAssignment(IssueAssignment other)
Parameter | |
---|---|
Name | Description |
other | IssueAssignment |
Properties
DisplayName
public string DisplayName { get; set; }
Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
Property Value | |
---|---|
Type | Description |
string |
Issue
public string Issue { get; set; }
Resource name of the assigned issue.
Property Value | |
---|---|
Type | Description |
string |
Score
public double Score { get; set; }
Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
Property Value | |
---|---|
Type | Description |
double |