Intent data types are the building blocks of understanding user inputs in various applications. They define the structure and format of the data that is expected for a specific intent.

  • Common Data Types:

    • Numeric
    • Text
    • Boolean
    • Date
  • Example Use Case: Imagine you have an intent to "book a flight". The data types for this intent might include:

    • Departure City: Text
    • Destination City: Text
    • Departure Date: Date
    • Return Date: Date (optional)
    • Number of Passengers: Numeric
  • Further Reading: For more information on handling intent data types, check out our Introduction to Intent Data.

[

Golden_Retriever
]