GoogleCloudContactcenterinsightsV1Conversation constructor
GoogleCloudContactcenterinsightsV1Conversation({
- String? agentId,
- GoogleCloudContactcenterinsightsV1ConversationCallMetadata? callMetadata,
- String? createTime,
- GoogleCloudContactcenterinsightsV1ConversationDataSource? dataSource,
- Map<
String, GoogleCloudContactcenterinsightsV1DialogflowIntent> ? dialogflowIntents, - String? duration,
- String? expireTime,
- Map<
String, String> ? labels, - String? languageCode,
- GoogleCloudContactcenterinsightsV1Analysis? latestAnalysis,
- GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData? latestSummary,
- String? medium,
- String? name,
- String? obfuscatedUserId,
- GoogleCloudContactcenterinsightsV1ConversationQualityMetadata? qualityMetadata,
- List<
GoogleCloudContactcenterinsightsV1RuntimeAnnotation> ? runtimeAnnotations, - String? startTime,
- GoogleCloudContactcenterinsightsV1ConversationTranscript? transcript,
- String? ttl,
- int? turnCount,
- 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,
});