AiPromptVersionArgs

data class AiPromptVersionArgs(val aiPromptId: Output<String>? = null, val assistantId: Output<String>? = null, val modifiedTimeSeconds: Output<Double>? = null) : ConvertibleToJava<AiPromptVersionArgs>

Definition of AWS::Wisdom::AIPromptVersion Resource Type

Constructors

Link copied to clipboard
constructor(aiPromptId: Output<String>? = null, assistantId: Output<String>? = null, modifiedTimeSeconds: Output<Double>? = null)

Properties

Link copied to clipboard
val aiPromptId: Output<String>? = null

The identifier of the Amazon Q in Connect AI prompt.

Link copied to clipboard
val assistantId: Output<String>? = null

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
val modifiedTimeSeconds: Output<Double>? = null

The time the AI Prompt version was last modified in seconds.

Functions

Link copied to clipboard
open override fun toJava(): AiPromptVersionArgs