GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySourceArgs

data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySourceArgs(val knowledgeBases: Output<List<String>>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySourceArgs>

Knowledge base source settings. Supported features: ARTICLE_SUGGESTION, FAQ.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySourceArgs

Properties

Link copied to clipboard
val knowledgeBases: Output<List<String>>

Knowledge bases to query. Format: projects//locations//knowledgeBases/. Currently, only one knowledge base is supported.