Google Cloud Contactcenterinsights V1Conversation Transcript Transcript Segment Response
data class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentResponse(val channelTag: Int, val confidence: Double, val dialogflowSegmentMetadata: GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadataResponse, val languageCode: String, val messageTime: String, val segmentParticipant: GoogleCloudContactcenterinsightsV1ConversationParticipantResponse, val sentiment: GoogleCloudContactcenterinsightsV1SentimentDataResponse, val text: String, val words: List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse>)
A segment of a full transcript.
Constructors
Link copied to clipboard
constructor(channelTag: Int, confidence: Double, dialogflowSegmentMetadata: GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadataResponse, languageCode: String, messageTime: String, segmentParticipant: GoogleCloudContactcenterinsightsV1ConversationParticipantResponse, sentiment: GoogleCloudContactcenterinsightsV1SentimentDataResponse, text: String, words: List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse>)
Properties
Link copied to clipboard
For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.
Link copied to clipboard
A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset.
Link copied to clipboard
val dialogflowSegmentMetadata: GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadataResponse
CCAI metadata relating to the current transcript segment.
Link copied to clipboard
The language code of this segment as a BCP-47 language tag. Example: "en-US".
Link copied to clipboard
The time that the message occurred, if provided.
Link copied to clipboard
The participant of this segment.
Link copied to clipboard
The sentiment for this transcript segment.
Link copied to clipboard
val words: List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse>
A list of the word-specific information for each word in the segment.