Implement a skip option
-
- 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.
Use a rich control to provide the option for users to skip a question.
Use the rich control
\nType SKIP to skip question
to provide the
option for a user to skip a question. There are two ways to configure a skip
option:- In the provider attributes script, use
_skip_internal
to trigger a contextual action service to skip the question. - Map a contextual action for the provider and use
//request_context.contextual_action = "SKIP"
to skip the question. See Contextual actions for custom chat integrations to learn more about mapping user inputs to contextual actions.
Example
script: