GetAiAgentVersionPlainArgs

data class GetAiAgentVersionPlainArgs(val aiAgentId: String, val assistantId: String, val versionNumber: Double) : ConvertibleToJava<GetAiAgentVersionPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The identifier of the AI Agent.

Link copied to clipboard
Link copied to clipboard

The version number for this AI Agent version.

Functions

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