GoogleCloudDialogflowV2AgentAssistantRecord constructor
      
      GoogleCloudDialogflowV2AgentAssistantRecord({ 
    
    
- GoogleCloudDialogflowV2ArticleAnswer? articleSuggestionAnswer,
 - GoogleCloudDialogflowV2DialogflowAssistAnswer? dialogflowAssistAnswer,
 - GoogleCloudDialogflowV2FaqAnswer? faqAnswer,
 - GoogleCloudDialogflowV2GeneratorSuggestion? generatorSuggestion,
 
Implementation
GoogleCloudDialogflowV2AgentAssistantRecord({
  this.articleSuggestionAnswer,
  this.dialogflowAssistAnswer,
  this.faqAnswer,
  this.generatorSuggestion,
});