toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
GetBotVersionPlainArgs
Get
Bot
Version
Plain
Args
data
class
GetBotVersionPlainArgs
(
val
botId
:
String
,
val
botVersion
:
String
)
:
ConvertibleToJava
<
GetBotVersionPlainArgs
>
Members
Constructors
Get
Bot
Version
Plain
Args
Link copied to clipboard
constructor
(
botId
:
String
,
botVersion
:
String
)
Properties
bot
Id
Link copied to clipboard
val
botId
:
String
The unique identifier of the bot.
bot
Version
Link copied to clipboard
val
botVersion
:
String
The version of the bot.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetBotVersionPlainArgs