Creating a Flow
Last updated
Last updated
When creating your AI bot, flows are the most important part of the design process.
While creating a new flow, we have 4 fields: Flow Name, User Says, Data Collectors and Responses
First, you need to give your flow a name.
Possible user utterances to train the AI bot; when a similar user input is received, these intents will be detected.
Data Collectors are values needed from user when intent is detected. Add Data Collectors to your flow to get desired values from user before sending your bot responses.
Responses will be explained in the next chapter.