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