Custom actions in Rasa allow developers to run code to enable the bot do more complex tasks. These actions can connect with databases or APIs to retrieve values based on user input. They can deliver specific pieces of conversation. In the context of our Addy quizbot, we need to use custom actions to validate our form responses. We will use the custom actions to determine whether an answer is correct or not and to keep score. We will also manage the state of our variables.
Share this post
Rasa Quizbot - Adding Custom Actions for Form…
Share this post
Custom actions in Rasa allow developers to run code to enable the bot do more complex tasks. These actions can connect with databases or APIs to retrieve values based on user input. They can deliver specific pieces of conversation. In the context of our Addy quizbot, we need to use custom actions to validate our form responses. We will use the custom actions to determine whether an answer is correct or not and to keep score. We will also manage the state of our variables.