toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lex.kotlin.inputs
/
V2modelsIntentSlotPriorityArgs
V2models
Intent
Slot
Priority
Args
data
class
V2modelsIntentSlotPriorityArgs
(
val
priority
:
Output
<
Int
>
,
val
slotId
:
Output
<
String
>
)
:
ConvertibleToJava
<
V2modelsIntentSlotPriorityArgs
>
Members
Constructors
V2models
Intent
Slot
Priority
Args
Link copied to clipboard
constructor
(
priority
:
Output
<
Int
>
,
slotId
:
Output
<
String
>
)
Properties
priority
Link copied to clipboard
val
priority
:
Output
<
Int
>
Priority that Amazon Lex should apply to the slot.
slot
Id
Link copied to clipboard
val
slotId
:
Output
<
String
>
Unique identifier of the slot.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
V2modelsIntentSlotPriorityArgs