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