GetAiAgentPlainArgs

data class GetAiAgentPlainArgs(val aiAgentId: String, val assistantId: String) : ConvertibleToJava<GetAiAgentPlainArgs>

Constructors

Link copied to clipboard
constructor(aiAgentId: String, assistantId: String)

Properties

Link copied to clipboard

The identifier of the AI Agent.

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.

Functions

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