What are system entities?

You can use built-in, or system entities even without defining your own ones. These Entities let you define the following:

  • NUM - Stores the numeric value that the user enters.
  • EMAIL - The answer displays the email address that the user entered as part of the intent.
  • DATE - User can either select a date from a date picker or type a date in MM/DD/YYYY format. The answer displays that value in MM/DD/YY format.
  • DATE_TODAY -
  • DATE_TODAY_DISPLAY -
  • DURATION - Converts weeks, days, hours, and minutes into number of days.
  • DATE_RANGE -
  • DATE_RANGE_PAST -
  • DATE_RANGE_FUTURE -
  • LOCATION - Returns the user's geolocation (latitude and longitude coordinates).