Multi-response output controls
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Virtual Agent
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Implement controls that involve multiple steps to get user input.
Use the following API to configure context data for multi-output controls.
Common use cases
- To achieve pagination of pickers: page_no, pagination_length updated in inbound based on next/previous button is read in outbound.
- Step by step response of date picker like first year, then month, and then date selection.
The following APIs are only available in inbound and outbound
transformers.
The outbound transformer of the picker control can store current page details in user
contextData.
The inbound transformer of picker control can get current page details from user
contextData.