Skip to content

Commit

Permalink
Updated comments in recognizer for sample 13
Browse files Browse the repository at this point in the history
  • Loading branch information
axelsrz committed Mar 27, 2020
1 parent f59a060 commit 671d86d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/python/13.core-bot/flight_booking_recognizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def __init__(self, configuration: DefaultConfig):
and configuration.LUIS_API_HOST_NAME
)
if luis_is_configured:
# Set the recognizer options depending on which endpoint version you want to use e.g v2 or v3.
# More details can be found in https://docs.microsoft.com/azure/cognitive-services/luis/luis-migration-api-v3
luis_application = LuisApplication(
configuration.LUIS_APP_ID,
configuration.LUIS_API_KEY,
Expand Down

0 comments on commit 671d86d

Please sign in to comment.