toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lex.kotlin.outputs
/
IntentSlot
/
IntentSlot
Intent
Slot
constructor
(
description
:
String
?
=
null
,
name
:
String
,
priority
:
Int
?
=
null
,
responseCard
:
String
?
=
null
,
sampleUtterances
:
List
<
String
>
?
=
null
,
slotConstraint
:
String
,
slotType
:
String
,
slotTypeVersion
:
String
?
=
null
,
valueElicitationPrompt
:
IntentSlotValueElicitationPrompt
?
=
null
)