Interface IssueMatchDataOrBuilder (2.54.0)

See more code actions.
public interface IssueMatchDataOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract IssueAssignment getIssueAssignment()

Information about the issue's assignment.

.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;

Returns
Type Description
IssueAssignment

The issueAssignment.

getIssueAssignmentOrBuilder()

public abstract IssueAssignmentOrBuilder getIssueAssignmentOrBuilder()

Information about the issue's assignment.

.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;

Returns
Type Description
IssueAssignmentOrBuilder

hasIssueAssignment()

public abstract boolean hasIssueAssignment()

Information about the issue's assignment.

.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;

Returns
Type Description
boolean

Whether the issueAssignment field is set.