GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment constructor

GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment({
  1. int? channelTag,
  2. double? confidence,
  3. GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata? dialogflowSegmentMetadata,
  4. String? languageCode,
  5. String? messageTime,
  6. GoogleCloudContactcenterinsightsV1ConversationParticipant? segmentParticipant,
  7. GoogleCloudContactcenterinsightsV1SentimentData? sentiment,
  8. String? text,
  9. List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo>? words,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment({
  this.channelTag,
  this.confidence,
  this.dialogflowSegmentMetadata,
  this.languageCode,
  this.messageTime,
  this.segmentParticipant,
  this.sentiment,
  this.text,
  this.words,
});