Interface IssueMatchDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueMatchData
,IssueMatchData.Builder
public interface IssueMatchDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueAssignment
getIssueAssignment()
Information about the issue's assignment.IssueAssignmentOrBuilder
getIssueAssignmentOrBuilder()
Information about the issue's assignment.boolean
hasIssueAssignment()
Information about the issue's assignment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIssueAssignment
boolean hasIssueAssignment()
Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
- Returns:
- Whether the issueAssignment field is set.
-
getIssueAssignment
IssueAssignment getIssueAssignment()
Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
- Returns:
- The issueAssignment.
-
getIssueAssignmentOrBuilder
IssueAssignmentOrBuilder getIssueAssignmentOrBuilder()
Information about the issue's assignment.
.google.cloud.contactcenterinsights.v1.IssueAssignment issue_assignment = 1;
-
-