Intent & Entity

Introduction: An intent refers to the goal or purpose behind a user's input, while an entity is a specific piece of information within that input that helps fulfill the intent

For example, in "Book a flight to Paris on May 5th," the intent is book_flight and the entities are destination = Paris and date = May 5th.


What’s Next