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.
2 parents 0d77f3b + 1ed9de5 commit c0bc2bcCopy full SHA for c0bc2bc
libraries/botbuilder-dialogs/botbuilder/dialogs/choices/find.py
@@ -54,7 +54,7 @@ def find_choices(
54
synonyms.append(SortedValue(value=choice.action.title, index=index))
55
56
if choice.synonyms is not None:
57
- for synonym in synonyms:
+ for synonym in choice.synonyms:
58
synonyms.append(SortedValue(value=synonym, index=index))
59
60
def found_choice_constructor(value_model: ModelResult) -> ModelResult:
0 commit comments