pulumi-aws-native-kotlin
0.82.0.0
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.
Types
Constructors
Properties
Constructors
Bot
Slot
Value
Link copied to clipboard
fun
BotSlotValue
(
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.