pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotSlotValueArgs
Bot
Slot
Value
Args
data
class
BotSlotValueArgs
(
val
interpretedValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
BotSlotValueArgs
>
The value to set in a slot.
Constructors
Functions
Properties
Constructors
Bot
Slot
Value
Args
Link copied to clipboard
fun
BotSlotValueArgs
(
interpretedValue
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotSlotValueArgs
Properties
interpreted
Value
Link copied to clipboard
val
interpretedValue
:
Output
<
String
>
?
=
null
The value that Amazon Lex determines for the slot.