Skip to content

Commit dc2db65

Browse files
committed
removed note to self
1 parent 238db33 commit dc2db65

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/choices/choice_recognizers.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313
class ChoiceRecognizers:
1414
""" Contains methods for matching user input against a list of choices. """
1515

16-
# Note to self: C# implementation has 2 RecognizeChoices overloads, different in their list parameter
17-
# 1. list of strings - that gets converted into a list of Choice's
18-
# 2. list of choices
19-
# Looks like in TS the implement also allows for either string[] or Choice[]
20-
21-
# C# none of the functions seem to be nested inside another function
22-
# TS has only 1 recognizer funtion, recognizeChoices()
23-
# nested within recognizeChoices() is matchChoiceByIndex()
24-
2516
@staticmethod
2617
def recognize_choices(
2718
utterance: str,

0 commit comments

Comments
 (0)