You can now collect multiple values for slots from users and pass conversation context directly into dynamic resolvers in Agent Studio. This is enabled for all customers
With List[t](Multiple-Value Slots), you can let users provide several entries at once like multiple users, strings, IDs, or any supported data type without repeated prompts.
-
Collect multiple values for a single slot
-
Works across all supported slot types (String, User, Email, etc.)
-
Returns a clean array for use in resolvers and actions
With Dynamic Resolver Context Passing, you can pass data gathered in conversation straight into your dynamic resolvers.
-
Pass slot values, action outputs, and metadata into resolvers
-
Chain resolvers together to create hierarchical slot resolution
-
No more manual workarounds or duplicate collection prompts
Want to learn more about these preview features? Check out the docs here:
List Slots
https://help.moveworks.com/docs/slots#list-slots
Resolver Context Passing
https://help.moveworks.com/docs/resolver-strategies#/context-passing-into-dynamic-resolvers
