AiAgentArgs

data class AiAgentArgs(val assistantId: Output<String>? = null, val configuration: Output<Any>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<AiAgentAiAgentType>? = null) : ConvertibleToJava<AiAgentArgs>

Definition of AWS::Wisdom::AIAgent Resource Type

Constructors

Link copied to clipboard
constructor(assistantId: Output<String>? = null, configuration: Output<Any>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<AiAgentAiAgentType>? = null)

Properties

Link copied to clipboard
val assistantId: Output<String>? = null

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Link copied to clipboard
val configuration: Output<Any>? = null

Configuration for the AI Agent.

Link copied to clipboard
val description: Output<String>? = null

The description of the AI Agent.

Link copied to clipboard
val name: Output<String>? = null

The name of the AI Agent.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val type: Output<AiAgentAiAgentType>? = null

The type of the AI Agent.

Functions

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