Uses of Interface
com.google.cloud.contactcenterinsights.v1.AnalysisOrBuilder
-
Packages that use AnalysisOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of AnalysisOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement AnalysisOrBuilder Modifier and Type Class Description class
Analysis
The analysis resource.static class
Analysis.Builder
The analysis resource.Methods in com.google.cloud.contactcenterinsights.v1 that return AnalysisOrBuilder Modifier and Type Method Description AnalysisOrBuilder
ListAnalysesResponse.Builder. getAnalysesOrBuilder(int index)
The analyses that match the request.AnalysisOrBuilder
ListAnalysesResponse. getAnalysesOrBuilder(int index)
The analyses that match the request.AnalysisOrBuilder
ListAnalysesResponseOrBuilder. getAnalysesOrBuilder(int index)
The analyses that match the request.AnalysisOrBuilder
CreateAnalysisRequest.Builder. getAnalysisOrBuilder()
Required.AnalysisOrBuilder
CreateAnalysisRequest. getAnalysisOrBuilder()
Required.AnalysisOrBuilder
CreateAnalysisRequestOrBuilder. getAnalysisOrBuilder()
Required.AnalysisOrBuilder
Conversation.Builder. getLatestAnalysisOrBuilder()
Output only.AnalysisOrBuilder
Conversation. getLatestAnalysisOrBuilder()
Output only.AnalysisOrBuilder
ConversationOrBuilder. getLatestAnalysisOrBuilder()
Output only.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type AnalysisOrBuilder Modifier and Type Method Description List<? extends AnalysisOrBuilder>
ListAnalysesResponse.Builder. getAnalysesOrBuilderList()
The analyses that match the request.List<? extends AnalysisOrBuilder>
ListAnalysesResponse. getAnalysesOrBuilderList()
The analyses that match the request.List<? extends AnalysisOrBuilder>
ListAnalysesResponseOrBuilder. getAnalysesOrBuilderList()
The analyses that match the request.
-