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
/
BotSlotValue
Bot
Slot
Value
data
class
BotSlotValue
(
val
interpretedValue
:
String
?
=
null
)
The value to set in a slot.
Members
Constructors
Bot
Slot
Value
Link copied to clipboard
constructor
(
interpretedValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
interpreted
Value
Link copied to clipboard
val
interpretedValue
:
String
?
=
null
The value that Amazon Lex determines for the slot.