Agent Knowledge Base
data class AgentKnowledgeBase(val description: String, val knowledgeBaseId: String, val knowledgeBaseState: AgentKnowledgeBaseState? = null)
Agent Knowledge Base
Constructors
Link copied to clipboard
constructor(description: String, knowledgeBaseId: String, knowledgeBaseState: 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.