Agent

class Agent

An agent resource in Amazon QuickSight that provides AI-powered conversational experiences.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the action connectors attached to the agent.

Link copied to clipboard

The unique identifier for the agent.

Link copied to clipboard

The lifecycle state of the agent. Valid values are PREVIEW and PUBLISHED.

Link copied to clipboard

The status of the agent.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the agent.

Link copied to clipboard

The date and time that the agent was created.

Link copied to clipboard

The identity of the user who created the agent.

Link copied to clipboard

The custom prompt interface configuration for the agent.

Link copied to clipboard

A description of the agent.

Link copied to clipboard

An error message associated with the agent, if applicable.

Link copied to clipboard

The icon identifier for the agent.

Link copied to clipboard

The name of the agent.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the spaces attached to the agent.

Link copied to clipboard

A list of starter prompts that are displayed to users when they begin interacting with the agent.

Link copied to clipboard

The date and time that the agent was last updated.

Link copied to clipboard

The welcome message that is displayed when a user starts a conversation with the agent.

Functions

Link copied to clipboard
inline fun copy(block: Agent.Builder.() -> Unit = {}): Agent
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