slotPriorities

@JvmName(name = "krwgrmmdtltvbuew")
suspend fun slotPriorities(value: Output<List<V2modelsIntentSlotPriorityArgs>>)
@JvmName(name = "cioosbldmmqqibyr")
suspend fun slotPriorities(value: List<V2modelsIntentSlotPriorityArgs>?)

Parameters

value

Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See slot_priority.


@JvmName(name = "kwggoeaesxblffkr")
suspend fun slotPriorities(vararg values: Output<V2modelsIntentSlotPriorityArgs>)


@JvmName(name = "esnifodeqveiucup")
suspend fun slotPriorities(values: List<Output<V2modelsIntentSlotPriorityArgs>>)
@JvmName(name = "tygkdnrxtnxirxci")
suspend fun slotPriorities(vararg values: V2modelsIntentSlotPriorityArgs)

Parameters

values

Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See slot_priority.


@JvmName(name = "lwwkabwqaodsdvqj")
suspend fun slotPriorities(argument: List<suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit>)
@JvmName(name = "trkgpdablkofejjx")
suspend fun slotPriorities(vararg argument: suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit)
@JvmName(name = "rrlipkhemfmmaxie")
suspend fun slotPriorities(argument: suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See slot_priority.