GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment constructor
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment({
- int? channelTag,
- double? confidence,
- GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata? dialogflowSegmentMetadata,
- String? languageCode,
- String? messageTime,
- GoogleCloudContactcenterinsightsV1ConversationParticipant? segmentParticipant,
- GoogleCloudContactcenterinsightsV1SentimentData? sentiment,
- String? text,
- List<
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo> ? words,
Implementation
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment({
this.channelTag,
this.confidence,
this.dialogflowSegmentMetadata,
this.languageCode,
this.messageTime,
this.segmentParticipant,
this.sentiment,
this.text,
this.words,
});