GetAiPromptVersionResult

data class GetAiPromptVersionResult(val aiPromptArn: String? = null, val aiPromptVersionId: String? = null, val assistantArn: String? = null, val versionNumber: Double? = null)

Constructors

Link copied to clipboard
constructor(aiPromptArn: String? = null, aiPromptVersionId: String? = null, assistantArn: String? = null, versionNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aiPromptArn: String? = null

The ARN of the AI prompt.

Link copied to clipboard
Link copied to clipboard
val assistantArn: String? = null
Link copied to clipboard
val versionNumber: Double? = null

The version number for this AI Prompt version.