Uses of Class
com.google.cloud.contactcenterinsights.v1.IssueMatchData
-
Packages that use IssueMatchData Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of IssueMatchData in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return IssueMatchData Modifier and Type Method Description IssueMatchData
IssueMatchData.Builder. build()
IssueMatchData
IssueMatchData.Builder. buildPartial()
static IssueMatchData
IssueMatchData. getDefaultInstance()
IssueMatchData
IssueMatchData.Builder. getDefaultInstanceForType()
IssueMatchData
IssueMatchData. getDefaultInstanceForType()
IssueMatchData
CallAnnotation.Builder. getIssueMatchData()
Data specifying an issue match.IssueMatchData
CallAnnotation. getIssueMatchData()
Data specifying an issue match.IssueMatchData
CallAnnotationOrBuilder. getIssueMatchData()
Data specifying an issue match.static IssueMatchData
IssueMatchData. parseDelimitedFrom(InputStream input)
static IssueMatchData
IssueMatchData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueMatchData
IssueMatchData. parseFrom(byte[] data)
static IssueMatchData
IssueMatchData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueMatchData
IssueMatchData. parseFrom(com.google.protobuf.ByteString data)
static IssueMatchData
IssueMatchData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueMatchData
IssueMatchData. parseFrom(com.google.protobuf.CodedInputStream input)
static IssueMatchData
IssueMatchData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueMatchData
IssueMatchData. parseFrom(InputStream input)
static IssueMatchData
IssueMatchData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueMatchData
IssueMatchData. parseFrom(ByteBuffer data)
static IssueMatchData
IssueMatchData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type IssueMatchData Modifier and Type Method Description com.google.protobuf.Parser<IssueMatchData>
IssueMatchData. getParserForType()
static com.google.protobuf.Parser<IssueMatchData>
IssueMatchData. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type IssueMatchData Modifier and Type Method Description IssueMatchData.Builder
IssueMatchData.Builder. mergeFrom(IssueMatchData other)
CallAnnotation.Builder
CallAnnotation.Builder. mergeIssueMatchData(IssueMatchData value)
Data specifying an issue match.static IssueMatchData.Builder
IssueMatchData. newBuilder(IssueMatchData prototype)
CallAnnotation.Builder
CallAnnotation.Builder. setIssueMatchData(IssueMatchData value)
Data specifying an issue match.
-