AgentKnowledgeBaseArgs

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
val description: Output<String>

Description of the Resource.

Link copied to clipboard
val knowledgeBaseId: Output<String>

Identifier for a resource.

Link copied to clipboard

Specifies whether to use the knowledge base or not when sending an InvokeAgent request.

Functions

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