GetAiPromptResult

data class GetAiPromptResult(val aiPromptArn: String? = null, val aiPromptId: String? = null, val assistantArn: String? = null, val description: String? = null, val modifiedTimeSeconds: Double? = null, val templateConfiguration: AiPromptAiPromptTemplateConfiguration? = null)

Constructors

Link copied to clipboard
constructor(aiPromptArn: String? = null, aiPromptId: String? = null, assistantArn: String? = null, description: String? = null, modifiedTimeSeconds: Double? = null, templateConfiguration: AiPromptAiPromptTemplateConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aiPromptArn: String? = null

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

Link copied to clipboard
val aiPromptId: String? = null

The identifier of the Amazon Q in Connect AI prompt.

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 description: String? = null

The description of the AI Prompt.

Link copied to clipboard
Link copied to clipboard

The configuration of the prompt template for this AI Prompt.