-
Notifications
You must be signed in to change notification settings - Fork 5
Building a Rule Based Weather Bot
Amitha R edited this page Oct 13, 2018
·
11 revisions
- Human Input -> Match input to a pattern/rule -> Extract intent and data -> Process and create a response -> Human;
- Intent - Subject of the conversation.
- Entities - Actionable data components that the bot has to extract.
- E.g - Will it rain in New York tomorrow? , Will it rain tomorrow in New York?
- INTENT - Weather Forecast.
- ENTITIES - rain, New York, tomorrow.
- rain - weather | New York - location | tomorrow - time.
- City :: New York | Weather :: Rain | Time :: Tomorrow.