Uses of Class
com.google.cloud.contactcenterinsights.v1.Entity
-
Packages that use Entity Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of Entity in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return Entity Modifier and Type Method Description Entity
Entity.Builder. build()
Entity
Entity.Builder. buildPartial()
static Entity
Entity. getDefaultInstance()
Entity
Entity.Builder. getDefaultInstanceForType()
Entity
Entity. getDefaultInstanceForType()
Entity
AnalysisResult.CallAnalysisMetadata.Builder. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadata. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadataOrBuilder. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadata.Builder. getEntitiesOrThrow(String key)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadata. getEntitiesOrThrow(String key)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadataOrBuilder. getEntitiesOrThrow(String key)
All the entities in the call.static Entity
Entity. parseDelimitedFrom(InputStream input)
static Entity
Entity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(byte[] data)
static Entity
Entity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(com.google.protobuf.ByteString data)
static Entity
Entity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(com.google.protobuf.CodedInputStream input)
static Entity
Entity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(InputStream input)
static Entity
Entity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entity
Entity. parseFrom(ByteBuffer data)
static Entity
Entity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type Entity Modifier and Type Method Description Map<String,Entity>
AnalysisResult.CallAnalysisMetadata.Builder. getEntities()
Deprecated.Map<String,Entity>
AnalysisResult.CallAnalysisMetadata. getEntities()
Deprecated.Map<String,Entity>
AnalysisResult.CallAnalysisMetadataOrBuilder. getEntities()
Deprecated.Map<String,Entity>
AnalysisResult.CallAnalysisMetadata.Builder. getEntitiesMap()
All the entities in the call.Map<String,Entity>
AnalysisResult.CallAnalysisMetadata. getEntitiesMap()
All the entities in the call.Map<String,Entity>
AnalysisResult.CallAnalysisMetadataOrBuilder. getEntitiesMap()
All the entities in the call.Map<String,Entity>
AnalysisResult.CallAnalysisMetadata.Builder. getMutableEntities()
Deprecated.com.google.protobuf.Parser<Entity>
Entity. getParserForType()
static com.google.protobuf.Parser<Entity>
Entity. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type Entity Modifier and Type Method Description Entity
AnalysisResult.CallAnalysisMetadata.Builder. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadata. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity
AnalysisResult.CallAnalysisMetadataOrBuilder. getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.Entity.Builder
Entity.Builder. mergeFrom(Entity other)
static Entity.Builder
Entity. newBuilder(Entity prototype)
AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. putEntities(String key, Entity value)
All the entities in the call.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type Entity Modifier and Type Method Description AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. putAllEntities(Map<String,Entity> values)
All the entities in the call.
-