How to use topic block variables in my topic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2023 10:57 PM
I have created a new Topic for the purpose of HR, There I have used the contextual search topic block. In that topic block if "Did any of this information resolve your issue?" it is boolean with yes or no so if it is yes I want to end the conversation, and if it is no I want to resume with other options live agent connect etc. in my topic. How can I do this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 08:09 AM
Outputs from topic blocks can be used within the topic just like any other input variable (vaInputs in scripts):
Sounds like you just need a simple decision block after your topic block whose two branch conditions are "Resolve your issue = T/F", such as this (note this outputs a string "yes" or "no"):