public interface IssueMatchDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIssueAssignment()
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. |