Intent 'get_started' which is not defined in the domain

I didn’t mention it any where else but it was showing me this error. How to solve this. Thank you

The error states that you haven’t declared the intent get_started in your domain file. Add it under the intents list in that file and the error should go away.

1 Like