GoogleCloudContactcenterinsightsV1Conversation constructor

GoogleCloudContactcenterinsightsV1Conversation({
  1. String? agentId,
  2. GoogleCloudContactcenterinsightsV1ConversationCallMetadata? callMetadata,
  3. String? createTime,
  4. GoogleCloudContactcenterinsightsV1ConversationDataSource? dataSource,
  5. Map<String, GoogleCloudContactcenterinsightsV1DialogflowIntent>? dialogflowIntents,
  6. String? duration,
  7. String? expireTime,
  8. Map<String, String>? labels,
  9. String? languageCode,
  10. GoogleCloudContactcenterinsightsV1Analysis? latestAnalysis,
  11. GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData? latestSummary,
  12. String? medium,
  13. String? name,
  14. String? obfuscatedUserId,
  15. GoogleCloudContactcenterinsightsV1ConversationQualityMetadata? qualityMetadata,
  16. List<GoogleCloudContactcenterinsightsV1RuntimeAnnotation>? runtimeAnnotations,
  17. String? startTime,
  18. GoogleCloudContactcenterinsightsV1ConversationTranscript? transcript,
  19. String? ttl,
  20. int? turnCount,
  21. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Conversation({
  this.agentId,
  this.callMetadata,
  this.createTime,
  this.dataSource,
  this.dialogflowIntents,
  this.duration,
  this.expireTime,
  this.labels,
  this.languageCode,
  this.latestAnalysis,
  this.latestSummary,
  this.medium,
  this.name,
  this.obfuscatedUserId,
  this.qualityMetadata,
  this.runtimeAnnotations,
  this.startTime,
  this.transcript,
  this.ttl,
  this.turnCount,
  this.updateTime,
});