File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
libraries/botbuilder-dialogs/botbuilder/dialogs/choices Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1313class 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 ,
You can’t perform that action at this time.
0 commit comments