slot Priorities
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
.
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
.
suspend fun slotPriorities(argument: List<suspend V2modelsIntentSlotPriorityArgsBuilder.() -> Unit>)
suspend fun slotPriorities(vararg 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
.