Creating a Flow

When creating your AI bot, flows are the most important part of the design process.

Creating a Flow

While creating a new flow, we have 4 fields: Flow Name, User Says, Data Collectors and Responses

Flow Name

First, you need to give your flow a name.

User Says

Possible user utterances to train the AI bot; when a similar user input is received, these intents will be detected.

User Says

Data Collectors

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.

Data Collectors

Responses will be explained in the next chapter.

Last updated

Was this helpful?