Entities are like the important pieces of info tha...
# 🌎general
t
Entities are like the important pieces of info that gets extracted from a users input. "I want to book a flight to Texas on July 20th". There are 3 Entities, 'Flight' 'Texas' 'July 20th'. Flight represents type of service, Paris is the location, july 20th is the date. This can help the bot like guide itself to put the user in the right node to carry out the best action.