GetAiAgentResult

data class GetAiAgentResult(val aiAgentArn: String? = null, val aiAgentId: String? = null, val assistantArn: String? = null, val configuration: Any? = null, val description: String? = null, val modifiedTimeSeconds: Double? = null)

Constructors

Link copied to clipboard
constructor(aiAgentArn: String? = null, aiAgentId: String? = null, assistantArn: String? = null, configuration: Any? = null, description: String? = null, modifiedTimeSeconds: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aiAgentArn: String? = null

The Amazon Resource Name (ARN) of the AI agent.

Link copied to clipboard
val aiAgentId: String? = null

The identifier of the AI Agent.

Link copied to clipboard
val assistantArn: String? = null

The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

Link copied to clipboard
val configuration: Any? = null

Configuration for the AI Agent.

Link copied to clipboard
val description: String? = null

The description of the AI Agent.

Link copied to clipboard