Before you can deploy your chatbot, there are always two things you need to do:
1. Train your chatbot
This is easy, just click the 'Train' button in the bottom-right corner.
2. Validate the dialogs
Your chatbot cannot be deployed when the dialogs contain errors.
When you get the message shown below, it means that your dialogs contain errors which prevent your bot from deploying.
To fix these, go to your chatbot dialog workspace, and look for turns with a red triangle warning symbol.
When you hover over the warning symbol, you'll see a short problem description that helps you finding the cause.
Note:
You can only deploy your chatbot when every warning has been solved.
Things to look out for:
- Does every user turn have a corresponding bot turn?
- Do Question turns have corresponding user turns?
- Does every button have a follow up message or flow?
- Did you accidentally loop two turns?