Agent Knowledge Base Args
data class AgentKnowledgeBaseArgs(val description: Output<String>, val knowledgeBaseId: Output<String>, val knowledgeBaseState: Output<AgentKnowledgeBaseState>? = null) : ConvertibleToJava<AgentKnowledgeBaseArgs>
Agent Knowledge Base
Constructors
Link copied to clipboard
constructor(description: Output<String>, knowledgeBaseId: Output<String>, knowledgeBaseState: Output<AgentKnowledgeBaseState>? = null)
Properties
Link copied to clipboard
Description of the Resource.
Link copied to clipboard
Identifier for a resource.
Link copied to clipboard
Specifies whether to use the knowledge base or not when sending an InvokeAgent request.