Uses of Interface
com.google.cloud.contactcenterinsights.v1.RuntimeAnnotationOrBuilder
-
Packages that use RuntimeAnnotationOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of RuntimeAnnotationOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement RuntimeAnnotationOrBuilder Modifier and Type Class Description class
RuntimeAnnotation
An annotation that was generated during the customer and agent interaction.static class
RuntimeAnnotation.Builder
An annotation that was generated during the customer and agent interaction.Methods in com.google.cloud.contactcenterinsights.v1 that return RuntimeAnnotationOrBuilder Modifier and Type Method Description RuntimeAnnotationOrBuilder
Conversation.Builder. getRuntimeAnnotationsOrBuilder(int index)
Output only.RuntimeAnnotationOrBuilder
Conversation. getRuntimeAnnotationsOrBuilder(int index)
Output only.RuntimeAnnotationOrBuilder
ConversationOrBuilder. getRuntimeAnnotationsOrBuilder(int index)
Output only.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type RuntimeAnnotationOrBuilder Modifier and Type Method Description List<? extends RuntimeAnnotationOrBuilder>
Conversation.Builder. getRuntimeAnnotationsOrBuilderList()
Output only.List<? extends RuntimeAnnotationOrBuilder>
Conversation. getRuntimeAnnotationsOrBuilderList()
Output only.List<? extends RuntimeAnnotationOrBuilder>
ConversationOrBuilder. getRuntimeAnnotationsOrBuilderList()
Output only.
-