Ai Agent Args
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
Properties
Link copied to clipboard
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
Configuration for the AI Agent.
Link copied to clipboard
The description of the AI Agent.
Link copied to clipboard
The type of the AI Agent.