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