GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback constructor

GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback({
  1. String? startTime,
  2. String? submitTime,
  3. String? summaryText,
  4. Map<String, String>? textSections,
})

Implementation

GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback({
  this.startTime,
  this.submitTime,
  this.summaryText,
  this.textSections,
});