toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wisdom.kotlin.inputs
/
GetAiAgentVersionPlainArgs
Get
Ai
Agent
Version
Plain
Args
data
class
GetAiAgentVersionPlainArgs
(
val
aiAgentId
:
String
,
val
assistantId
:
String
,
val
versionNumber
:
Double
)
:
ConvertibleToJava
<
GetAiAgentVersionPlainArgs
>
Members
Constructors
Get
Ai
Agent
Version
Plain
Args
Link copied to clipboard
constructor
(
aiAgentId
:
String
,
assistantId
:
String
,
versionNumber
:
Double
)
Properties
ai
Agent
Id
Link copied to clipboard
val
aiAgentId
:
String
The identifier of the AI Agent.
assistant
Id
Link copied to clipboard
val
assistantId
:
String
version
Number
Link copied to clipboard
val
versionNumber
:
Double
The version number for this AI Agent version.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAiAgentVersionPlainArgs