GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData constructor

GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData({
  1. String? answerRecord,
  2. double? confidence,
  3. String? conversationModel,
  4. Map<String, String>? metadata,
  5. String? text,
  6. Map<String, String>? textSections,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData({
  this.answerRecord,
  this.confidence,
  this.conversationModel,
  this.metadata,
  this.text,
  this.textSections,
});