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.outputs
/
GetBotVersionResult
Get
Bot
Version
Result
data
class
GetBotVersionResult
(
val
botVersion
:
String
?
=
null
,
val
description
:
String
?
=
null
)
Members
Constructors
Get
Bot
Version
Result
Link copied to clipboard
constructor
(
botVersion
:
String
?
=
null
,
description
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bot
Version
Link copied to clipboard
val
botVersion
:
String
?
=
null
The version of the bot.
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the version.