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.
Updated about 18 hours ago
What’s Next