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
fun GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentResponse(channelTag: Int, confidence: Double, dialogflowSegmentMetadata: GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadataResponse, languageCode: String, messageTime: String, segmentParticipant: GoogleCloudContactcenterinsightsV1ConversationParticipantResponse, sentiment: GoogleCloudContactcenterinsightsV1SentimentDataResponse, text: String, words: List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse>)
Types
Properties
Link copied to clipboard
The language code of this segment as a BCP-47 language tag. Example: "en-US".
Link copied to clipboard
Link copied to clipboard