slotPriorities

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


@JvmName(name = "qtihchkxiieyslns")
suspend fun slotPriorities(values: List<Output<V2modelsIntentSlotPriorityArgs>>)
@JvmName(name = "fjwssamgnyvrtsgc")
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 = "gbdvhywelxyadool")
suspend fun slotPriorities(argument: List<suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit>)
@JvmName(name = "nxhqtpggyyjiiaqa")
suspend fun slotPriorities(vararg argument: suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit)
@JvmName(name = "vfeotsvhpuwpagmv")
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.