Uses of Interface
com.google.cloud.contactcenterinsights.v1.ConversationDataSourceOrBuilder
-
Packages that use ConversationDataSourceOrBuilder Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ConversationDataSourceOrBuilder in com.google.cloud.contactcenterinsights.v1
Classes in com.google.cloud.contactcenterinsights.v1 that implement ConversationDataSourceOrBuilder Modifier and Type Class Description class
ConversationDataSource
The conversation source, which is a combination of transcript and audio.static class
ConversationDataSource.Builder
The conversation source, which is a combination of transcript and audio.Methods in com.google.cloud.contactcenterinsights.v1 that return ConversationDataSourceOrBuilder Modifier and Type Method Description ConversationDataSourceOrBuilder
Conversation.Builder. getDataSourceOrBuilder()
The source of the audio and transcription for the conversation.ConversationDataSourceOrBuilder
Conversation. getDataSourceOrBuilder()
The source of the audio and transcription for the conversation.ConversationDataSourceOrBuilder
ConversationOrBuilder. getDataSourceOrBuilder()
The source of the audio and transcription for the conversation.
-