For an application in my chatbot, I need the top 3-5 actions that can be taken for a particular intent, and I am building a FAQ chatbot with Retrieval Intents. Or Please suggest any alternatives to this problem.
I did not get this, can you share some example ?
Everything it is possible to know about the current state of the conversation can be accessed in the tracker
variable in a Custom Action.
You may want to look at tracker.latest_message
.
Multiple responses for a particular intent. Ex: User: comments // show multiple actions which are related to comments instead of showing t Bot:
- Add comments
- Edit comments
- show comments
@Bhavasagar it much depends on the data you want to display, so how do you display the data from a database or manual?