GoogleCloudDialogflowV2AgentAssistantRecord constructor

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

Implementation

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