Skip to content

Commit ee4fca4

Browse files
committed
Update luis_helper.py
1 parent b056ebb commit ee4fca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python-flask/13.core-bot/helpers/luis_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class LuisHelper:
1212
"""LUIS helper implementation."""
1313
@staticmethod
14-
async def excecute_luis_query(configuration: dict, turn_context: TurnContext) -> BookingDetails:
14+
async def execute_luis_query(configuration: dict, turn_context: TurnContext) -> BookingDetails:
1515
"""Invoke LUIS service to perform prediction/evaluation of utterance."""
1616
booking_details = BookingDetails()
1717

0 commit comments

Comments
 (0)