Contact Center AI Insights v1 API - Class IssueAssignment (2.14.0)

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.

Inheritance

object > IssueAssignment

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IssueAssignment()

public IssueAssignment()

IssueAssignment(IssueAssignment)

public IssueAssignment(IssueAssignment other)
Parameter
NameDescription
otherIssueAssignment

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
TypeDescription
string

Issue

public string Issue { get; set; }

Resource name of the assigned issue.

Property Value
TypeDescription
string

Score

public double Score { get; set; }

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

Property Value
TypeDescription
double