public sealed class IssueAssignment : IMessage<IssueAssignment>, IEquatable<IssueAssignment>, IDeepCloneable<IssueAssignment>, IBufferMessage, IMessage
Information about the issue.
Implements
IMessage<IssueAssignment>, IEquatable<IssueAssignment>, IDeepCloneable<IssueAssignment>, 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 |