AiAgentData

The data for the AI Agent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The identifier of the AI Agent.

Link copied to clipboard

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

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 time the AI Agent was last modified.

Link copied to clipboard

The name of the AI Agent.

Link copied to clipboard

Specifies the origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.

Link copied to clipboard

The status of the AI Agent.

Link copied to clipboard

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

Link copied to clipboard

The type of the AI Agent.

Link copied to clipboard

The visibility status of the AI Agent.

Functions

Link copied to clipboard
inline fun copy(block: AiAgentData.Builder.() -> Unit = {}): AiAgentData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String