pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotSampleValueArgs
Bot
Sample
Value
Args
data
class
BotSampleValueArgs
(
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
BotSampleValueArgs
>
Defines one of the values for a slot type.
Constructors
Functions
Properties
Constructors
Bot
Sample
Value
Args
Link copied to clipboard
fun
BotSampleValueArgs
(
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotSampleValueArgs
Properties
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value that can be used for a slot type.