In this guide we'll see how to build a conversational AI application that can manage TODO items.
The TODO manager will support 3 actions:
- conversation with a first-time user
- conversation with a returning user that wants to add a TODO item
- conversation with a returning user that wants to view all existing TODO items
In this example you’ll also learn how to:
- implement a welcome message
- add variants of the welcome message
- capture user input and apply conditional logic
- create an intent
- train the intent with utterances / trigger phrases
- implement entities within an utterance
- extract entities from an utterance
- create dialogs
- loop through data