Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueAssignment
-
Packages that use IssueAssignment Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueAssignment in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueAssignment Modifier and Type Method Description IssueAssignment
IssueAssignment.Builder. build()
IssueAssignment
IssueAssignment.Builder. buildPartial()
static IssueAssignment
IssueAssignment. getDefaultInstance()
IssueAssignment
IssueAssignment.Builder. getDefaultInstanceForType()
IssueAssignment
IssueAssignment. getDefaultInstanceForType()
IssueAssignment
IssueMatchData.Builder. getIssueAssignment()
Information about the issue's assignment.IssueAssignment
IssueMatchData. getIssueAssignment()
Information about the issue's assignment.IssueAssignment
IssueMatchDataOrBuilder. getIssueAssignment()
Information about the issue's assignment.IssueAssignment
IssueModelResult.Builder. getIssues(int index)
All the matched issues.IssueAssignment
IssueModelResult. getIssues(int index)
All the matched issues.IssueAssignment
IssueModelResultOrBuilder. getIssues(int index)
All the matched issues.static IssueAssignment
IssueAssignment. parseDelimitedFrom(InputStream input)
static IssueAssignment
IssueAssignment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueAssignment
IssueAssignment. parseFrom(byte[] data)
static IssueAssignment
IssueAssignment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueAssignment
IssueAssignment. parseFrom(com.google.protobuf.ByteString data)
static IssueAssignment
IssueAssignment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueAssignment
IssueAssignment. parseFrom(com.google.protobuf.CodedInputStream input)
static IssueAssignment
IssueAssignment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueAssignment
IssueAssignment. parseFrom(InputStream input)
static IssueAssignment
IssueAssignment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueAssignment
IssueAssignment. parseFrom(ByteBuffer data)
static IssueAssignment
IssueAssignment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type IssueAssignment Modifier and Type Method Description List<IssueAssignment>
IssueModelResult.Builder. getIssuesList()
All the matched issues.List<IssueAssignment>
IssueModelResult. getIssuesList()
All the matched issues.List<IssueAssignment>
IssueModelResultOrBuilder. getIssuesList()
All the matched issues.com.google.protobuf.Parser<IssueAssignment>
IssueAssignment. getParserForType()
static com.google.protobuf.Parser<IssueAssignment>
IssueAssignment. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueAssignment Modifier and Type Method Description IssueModelResult.Builder
IssueModelResult.Builder. addIssues(int index, IssueAssignment value)
All the matched issues.IssueModelResult.Builder
IssueModelResult.Builder. addIssues(IssueAssignment value)
All the matched issues.IssueAssignment.Builder
IssueAssignment.Builder. mergeFrom(IssueAssignment other)
IssueMatchData.Builder
IssueMatchData.Builder. mergeIssueAssignment(IssueAssignment value)
Information about the issue's assignment.static IssueAssignment.Builder
IssueAssignment. newBuilder(IssueAssignment prototype)
IssueMatchData.Builder
IssueMatchData.Builder. setIssueAssignment(IssueAssignment value)
Information about the issue's assignment.IssueModelResult.Builder
IssueModelResult.Builder. setIssues(int index, IssueAssignment value)
All the matched issues.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type IssueAssignment Modifier and Type Method Description IssueModelResult.Builder
IssueModelResult.Builder. addAllIssues(Iterable<? extends IssueAssignment> values)
All the matched issues.
-