GetAiPromptVersionPlainArgs

data class GetAiPromptVersionPlainArgs(val aiPromptId: String, val assistantId: String, val versionNumber: Double) : ConvertibleToJava<GetAiPromptVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(aiPromptId: String, assistantId: String, versionNumber: Double)

Properties

Link copied to clipboard

The identifier of the Amazon Q in Connect AI prompt.

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 version number for this AI Prompt version.

Functions

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