slotPriorities

@JvmName(name = "tsxykmkbpvynlpvu")
suspend fun slotPriorities(value: Output<List<V2modelsIntentSlotPriorityArgs>>)
@JvmName(name = "ixhrpkqfbngjfceg")
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 = "upvccchdxsggajgq")
suspend fun slotPriorities(vararg values: Output<V2modelsIntentSlotPriorityArgs>)


@JvmName(name = "coihlrnwnfxwbmin")
suspend fun slotPriorities(values: List<Output<V2modelsIntentSlotPriorityArgs>>)
@JvmName(name = "qyjuocqipwniqwbv")
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 = "eydvjfieguhhdssg")
suspend fun slotPriorities(argument: List<suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit>)
@JvmName(name = "rlgcuinlypcgnklb")
suspend fun slotPriorities(vararg argument: suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit)
@JvmName(name = "oqahtkegvgdcwlop")
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.