GoogleCloudContactcenterinsightsV1ConversationTranscript constructor

GoogleCloudContactcenterinsightsV1ConversationTranscript({
  1. List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment>? transcriptSegments,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationTranscript({
  this.transcriptSegments,
});