toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lex.kotlin.outputs
/
V2modelsIntentSlotPriority
V2models
Intent
Slot
Priority
data
class
V2modelsIntentSlotPriority
(
val
priority
:
Int
,
val
slotId
:
String
)
Members
Constructors
V2models
Intent
Slot
Priority
Link copied to clipboard
constructor
(
priority
:
Int
,
slotId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
priority
Link copied to clipboard
val
priority
:
Int
Priority that Amazon Lex should apply to the slot.
slot
Id
Link copied to clipboard
val
slotId
:
String
Unique identifier of the slot.