Forum Discussion
Lakshmi_145
Oct 20, 2022Brass Contributor
English is not there in ChoiceDefinitions of Microsoft choice recognizer
Below is the Choice definition for German public static class ChoiceDefinitions { public const string LangMarker = @"Ger"; public const string TokenizerRegex = @"[^\w\d\u00E0-\u00FC]"; p...
Lakshmi_145
Brass Contributor
I am working on a chat bot project and recently we have added the German language support also.
For confirm prompt , we have added the prompt validator and it validates the data from the context using the true and false regex. In German regex, yes and no is not there so validation is getting failed.
So is it possible to update the regex for all the language with yes and no
Nivedipa-MSFT
Oct 25, 2022Microsoft
We are mainly responsible for Microsoft Teams app development related issues.
For general questions about Microsoft Teams please post your question on Microsoft Teams Community.