We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b056ebb commit ee4fca4Copy full SHA for ee4fca4
samples/python-flask/13.core-bot/helpers/luis_helper.py
@@ -11,7 +11,7 @@
11
class LuisHelper:
12
"""LUIS helper implementation."""
13
@staticmethod
14
- async def excecute_luis_query(configuration: dict, turn_context: TurnContext) -> BookingDetails:
+ async def execute_luis_query(configuration: dict, turn_context: TurnContext) -> BookingDetails:
15
"""Invoke LUIS service to perform prediction/evaluation of utterance."""
16
booking_details = BookingDetails()
17
0 commit comments