Creating inform intent

Hi,

The slot filling docmentation gives a story like-

story2

  • ask_weather
    • utter_ask_location
  • inform{“location”: “Caracas”}
    • action_weather_api

And then says-" we are assuming you have defined an inform intent, which captures the cases where a user is just providing information." What does this mean? where and how can define and intent that captures info provided by user?

Thank you, Shruti

In your NLU training data

Thanks Akela!