GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig constructor
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig({
- double? confidenceThreshold,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings? contextFilterSettings,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource? dialogflowQuerySource,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource? documentQuerySource,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource? knowledgeBaseQuerySource,
- int? maxResults,
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections? sections,
Implementation
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig({
this.confidenceThreshold,
this.contextFilterSettings,
this.dialogflowQuerySource,
this.documentQuerySource,
this.knowledgeBaseQuerySource,
this.maxResults,
this.sections,
});