Uses of Class
com.google.cloud.contactcenterinsights.v1.Analysis
-
Packages that use Analysis Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of Analysis in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return Analysis Modifier and Type Method Description Analysis
Analysis.Builder. build()
Analysis
Analysis.Builder. buildPartial()
Analysis
ListAnalysesResponse.Builder. getAnalyses(int index)
The analyses that match the request.Analysis
ListAnalysesResponse. getAnalyses(int index)
The analyses that match the request.Analysis
ListAnalysesResponseOrBuilder. getAnalyses(int index)
The analyses that match the request.Analysis
ContactCenterInsightsClient. getAnalysis(AnalysisName name)
Gets an analysis.Analysis
ContactCenterInsightsClient. getAnalysis(GetAnalysisRequest request)
Gets an analysis.Analysis
ContactCenterInsightsClient. getAnalysis(String name)
Gets an analysis.Analysis
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. getAnalysis(GetAnalysisRequest request)
Gets an analysis.Analysis
CreateAnalysisRequest.Builder. getAnalysis()
Required.Analysis
CreateAnalysisRequest. getAnalysis()
Required.Analysis
CreateAnalysisRequestOrBuilder. getAnalysis()
Required.static Analysis
Analysis. getDefaultInstance()
Analysis
Analysis.Builder. getDefaultInstanceForType()
Analysis
Analysis. getDefaultInstanceForType()
Analysis
Conversation.Builder. getLatestAnalysis()
Output only.Analysis
Conversation. getLatestAnalysis()
Output only.Analysis
ConversationOrBuilder. getLatestAnalysis()
Output only.static Analysis
Analysis. parseDelimitedFrom(InputStream input)
static Analysis
Analysis. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Analysis
Analysis. parseFrom(byte[] data)
static Analysis
Analysis. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Analysis
Analysis. parseFrom(com.google.protobuf.ByteString data)
static Analysis
Analysis. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Analysis
Analysis. parseFrom(com.google.protobuf.CodedInputStream input)
static Analysis
Analysis. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Analysis
Analysis. parseFrom(InputStream input)
static Analysis
Analysis. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Analysis
Analysis. parseFrom(ByteBuffer data)
static Analysis
Analysis. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type Analysis Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisAsync(ConversationName parent, Analysis analysis)
Creates an analysis.com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisAsync(CreateAnalysisRequest request)
Creates an analysis.com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisAsync(String parent, Analysis analysis)
Creates an analysis.com.google.api.gax.rpc.OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisOperationCallable()
Creates an analysis.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsSettings.Builder. createAnalysisOperationSettings()
Returns the builder for the settings used for calls to createAnalysis.com.google.api.gax.rpc.OperationCallSettings<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsSettings. createAnalysisOperationSettings()
Returns the object with the settings used for calls to createAnalysis.List<Analysis>
ListAnalysesResponse.Builder. getAnalysesList()
The analyses that match the request.List<Analysis>
ListAnalysesResponse. getAnalysesList()
The analyses that match the request.List<Analysis>
ListAnalysesResponseOrBuilder. getAnalysesList()
The analyses that match the request.com.google.common.util.concurrent.ListenableFuture<Analysis>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. getAnalysis(GetAnalysisRequest request)
Gets an analysis.com.google.api.gax.rpc.UnaryCallable<GetAnalysisRequest,Analysis>
ContactCenterInsightsClient. getAnalysisCallable()
Gets an analysis.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnalysisRequest,Analysis>
ContactCenterInsightsSettings.Builder. getAnalysisSettings()
Returns the builder for the settings used for calls to getAnalysis.com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,Analysis>
ContactCenterInsightsSettings. getAnalysisSettings()
Returns the object with the settings used for calls to getAnalysis.static io.grpc.MethodDescriptor<GetAnalysisRequest,Analysis>
ContactCenterInsightsGrpc. getGetAnalysisMethod()
com.google.protobuf.Parser<Analysis>
Analysis. getParserForType()
static com.google.protobuf.Parser<Analysis>
Analysis. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type Analysis Modifier and Type Method Description ListAnalysesResponse.Builder
ListAnalysesResponse.Builder. addAnalyses(int index, Analysis value)
The analyses that match the request.ListAnalysesResponse.Builder
ListAnalysesResponse.Builder. addAnalyses(Analysis value)
The analyses that match the request.com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisAsync(ConversationName parent, Analysis analysis)
Creates an analysis.com.google.api.gax.longrunning.OperationFuture<Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsClient. createAnalysisAsync(String parent, Analysis analysis)
Creates an analysis.CreateAnalysisRequest.Builder
CreateAnalysisRequest.Builder. mergeAnalysis(Analysis value)
Required.Analysis.Builder
Analysis.Builder. mergeFrom(Analysis other)
Conversation.Builder
Conversation.Builder. mergeLatestAnalysis(Analysis value)
Output only.static Analysis.Builder
Analysis. newBuilder(Analysis prototype)
ListAnalysesResponse.Builder
ListAnalysesResponse.Builder. setAnalyses(int index, Analysis value)
The analyses that match the request.CreateAnalysisRequest.Builder
CreateAnalysisRequest.Builder. setAnalysis(Analysis value)
Required.Conversation.Builder
Conversation.Builder. setLatestAnalysis(Analysis value)
Output only.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type Analysis Modifier and Type Method Description ListAnalysesResponse.Builder
ListAnalysesResponse.Builder. addAllAnalyses(Iterable<? extends Analysis> values)
The analyses that match the request.static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListAnalysesPagedResponse>
ContactCenterInsightsClient.ListAnalysesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAnalysesRequest,ListAnalysesResponse,Analysis> context, com.google.api.core.ApiFuture<ListAnalysesResponse> futureResponse)
protected ContactCenterInsightsClient.ListAnalysesPage
ContactCenterInsightsClient.ListAnalysesPage. createPage(com.google.api.gax.rpc.PageContext<ListAnalysesRequest,ListAnalysesResponse,Analysis> context, ListAnalysesResponse response)
com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListAnalysesPage>
ContactCenterInsightsClient.ListAnalysesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAnalysesRequest,ListAnalysesResponse,Analysis> context, com.google.api.core.ApiFuture<ListAnalysesResponse> futureResponse)
default void
ContactCenterInsightsGrpc.AsyncService. getAnalysis(GetAnalysisRequest request, io.grpc.stub.StreamObserver<Analysis> responseObserver)
Gets an analysis.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. getAnalysis(GetAnalysisRequest request, io.grpc.stub.StreamObserver<Analysis> responseObserver)
Gets an analysis. -
Uses of Analysis in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type Analysis Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsStub. createAnalysisOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
GrpcContactCenterInsightsStub. createAnalysisOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
HttpJsonContactCenterInsightsStub. createAnalysisOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsStubSettings.Builder. createAnalysisOperationSettings()
Returns the builder for the settings used for calls to createAnalysis.com.google.api.gax.rpc.OperationCallSettings<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata>
ContactCenterInsightsStubSettings. createAnalysisOperationSettings()
Returns the object with the settings used for calls to createAnalysis.com.google.api.gax.rpc.UnaryCallable<GetAnalysisRequest,Analysis>
ContactCenterInsightsStub. getAnalysisCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnalysisRequest,Analysis>
GrpcContactCenterInsightsStub. getAnalysisCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnalysisRequest,Analysis>
HttpJsonContactCenterInsightsStub. getAnalysisCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnalysisRequest,Analysis>
ContactCenterInsightsStubSettings.Builder. getAnalysisSettings()
Returns the builder for the settings used for calls to getAnalysis.com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,Analysis>
ContactCenterInsightsStubSettings. getAnalysisSettings()
Returns the object with the settings used for calls to getAnalysis.
-