3

I am building an application using microsoft's LUIS, but I am quite confused about the "go to preview" button and "back to production" button. It seems that there is no difference between the preview mode and the production mode. Anyone knows the difference?

enter image description here enter image description here

Zhao
  • 2,043
  • 1
  • 17
  • 36

1 Answers1

3

Under Intents/Actions, there are new features in preview you can use to fulfill the actions that were triggered through a set of channels. For example, if you created the "GetWeather" intent and the action has been triggered (all the required parameters were filled), you can use the GetCurrentWeather channel to retrieve the weather for your users to see.

More examples and information here https://www.microsoft.com/cognitive-services/en-us/luis-api/documentation/getstartedwithluis-advanced#action-fulfillment-preview

Mokhtar Ashour
  • 600
  • 2
  • 9
  • 21