GetAiAgentVersionResult

data class GetAiAgentVersionResult(val aiAgentArn: String? = null, val aiAgentVersionId: String? = null, val assistantArn: String? = null, val versionNumber: Double? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aiAgentArn: String? = null
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 Agent version.