AgentKnowledgeBase

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)

Types

Link copied to clipboard
object Companion

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.