toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.outputs
/
BotSlotValueOverrideMap
Bot
Slot
Value
Override
Map
data
class
BotSlotValueOverrideMap
(
val
slotName
:
String
?
=
null
,
val
slotValueOverride
:
BotSlotValueOverride
?
=
null
)
Members
Constructors
Bot
Slot
Value
Override
Map
Link copied to clipboard
constructor
(
slotName
:
String
?
=
null
,
slotValueOverride
:
BotSlotValueOverride
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
slot
Name
Link copied to clipboard
val
slotName
:
String
?
=
null
The name of the slot.
slot
Value
Override
Link copied to clipboard
val
slotValueOverride
:
BotSlotValueOverride
?
=
null
The SlotValueOverride object to which the slot name will be mapped.