Uses of Interface
com.google.cloud.contactcenterinsights.v1.CallAnnotationOrBuilder
-
Packages that use CallAnnotationOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of CallAnnotationOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement CallAnnotationOrBuilder Modifier and Type Class Description class
CallAnnotation
A piece of metadata that applies to a window of a call.static class
CallAnnotation.Builder
A piece of metadata that applies to a window of a call.Methods in com.google.cloud.contactcenterinsights.v1 that return CallAnnotationOrBuilder Modifier and Type Method Description CallAnnotationOrBuilder
AnalysisResult.CallAnalysisMetadata.Builder. getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.CallAnnotationOrBuilder
AnalysisResult.CallAnalysisMetadata. getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.CallAnnotationOrBuilder
AnalysisResult.CallAnalysisMetadataOrBuilder. getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type CallAnnotationOrBuilder Modifier and Type Method Description List<? extends CallAnnotationOrBuilder>
AnalysisResult.CallAnalysisMetadata.Builder. getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.List<? extends CallAnnotationOrBuilder>
AnalysisResult.CallAnalysisMetadata. getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.List<? extends CallAnnotationOrBuilder>
AnalysisResult.CallAnalysisMetadataOrBuilder. getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
-