V2modelsIntentSlotPriorityArgs

data class V2modelsIntentSlotPriorityArgs(val priority: Output<Int>, val slotId: Output<String>) : ConvertibleToJava<V2modelsIntentSlotPriorityArgs>

Constructors

Link copied to clipboard
constructor(priority: Output<Int>, slotId: Output<String>)

Properties

Link copied to clipboard
val priority: Output<Int>

Priority that Amazon Lex should apply to the slot.

Link copied to clipboard
val slotId: Output<String>

Unique identifier of the slot.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentSlotPriorityArgs