public interface IssueModelResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIssueModel()
Issue model that generates the result.
|
com.google.protobuf.ByteString |
getIssueModelBytes()
Issue model that generates the result.
|
IssueAssignment |
getIssues(int index)
All the matched issues.
|
int |
getIssuesCount()
All the matched issues.
|
List<IssueAssignment> |
getIssuesList()
All the matched issues.
|
IssueAssignmentOrBuilder |
getIssuesOrBuilder(int index)
All the matched issues.
|
List<? extends IssueAssignmentOrBuilder> |
getIssuesOrBuilderList()
All the matched issues.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssueModel()
Issue model that generates the result.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}
string issue_model = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getIssueModelBytes()
Issue model that generates the result.
Format: projects/{project}/locations/{location}/issueModels/{issue_model}
string issue_model = 1 [(.google.api.resource_reference) = { ... }List<IssueAssignment> getIssuesList()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;IssueAssignment getIssues(int index)
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;int getIssuesCount()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;List<? extends IssueAssignmentOrBuilder> getIssuesOrBuilderList()
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;IssueAssignmentOrBuilder getIssuesOrBuilder(int index)
All the matched issues.
repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;Copyright © 2025 Google LLC. All rights reserved.