GoogleCloudDialogflowV2AgentAssistantRecord constructor

GoogleCloudDialogflowV2AgentAssistantRecord({
  1. GoogleCloudDialogflowV2ArticleAnswer? articleSuggestionAnswer,
  2. GoogleCloudDialogflowV2DialogflowAssistAnswer? dialogflowAssistAnswer,
  3. GoogleCloudDialogflowV2FaqAnswer? faqAnswer,
  4. GoogleCloudDialogflowV2GeneratorSuggestion? generatorSuggestion,
})

Implementation

GoogleCloudDialogflowV2AgentAssistantRecord({
  this.articleSuggestionAnswer,
  this.dialogflowAssistAnswer,
  this.faqAnswer,
  this.generatorSuggestion,
});