Hello,
We have developed an FAQ chatbot which we have set up as follows:
- KG contains a few questions with trained intents
- Dialog Tasks to manage user interaction and intent detection through Entity Nodes (list of items - enumerated list)
- The selection through the list in point#2 leads to automatically firing the intent and the relevant answer from KG is displayed
- This is ublished to Google Chat through the Hangouts Channel
These steps work by the standard design of KORE bot framework.
Issue / Requirement:
For some user experience reasons, we need to get rid of the ‘List of items - enumerated list’ in the entity node (point# 2) and replace it with the javascript based text to display the list of items. This will require us to trigger the KG by means of the appropriate intent.
We have looked up the documentation + community threads and found no relevant method to achieve this.
Can you please help us with the releavant Knowledge Article or the method to achieve this?
Thank you.
Swanand Sarpotdar