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
/
BotSlotTypeValue
Bot
Slot
Type
Value
data
class
BotSlotTypeValue
(
val
sampleValue
:
BotSampleValue
,
val
synonyms
:
List
<
BotSampleValue
>
?
=
null
)
Value that the slot type can take.
Members
Constructors
Bot
Slot
Type
Value
Link copied to clipboard
constructor
(
sampleValue
:
BotSampleValue
,
synonyms
:
List
<
BotSampleValue
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sample
Value
Link copied to clipboard
val
sampleValue
:
BotSampleValue
synonyms
Link copied to clipboard
val
synonyms
:
List
<
BotSampleValue
>
?
=
null