AiPromptData

The data for the AI Prompt

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 Prompt.

Link copied to clipboard

The identifier of the Amazon Q in Connect AI prompt.

Link copied to clipboard

The API format used for this AI Prompt.

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

The description of the AI Prompt.

Link copied to clipboard

The identifier of the model used for this AI Prompt. The following model Ids are supported:

Link copied to clipboard

The time the AI Prompt was last modified.

Link copied to clipboard

The name of the AI Prompt

Link copied to clipboard

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

Link copied to clipboard

The status of the AI Prompt.

Link copied to clipboard

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

Link copied to clipboard

The configuration of the prompt template for this AI Prompt.

Link copied to clipboard

The type of the prompt template for this AI Prompt.

Link copied to clipboard

The type of this AI Prompt.

Link copied to clipboard

The visibility status of the AI Prompt.

Functions

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