Azure-Samples / cognitive-services-language-understanding

Samples for the Language Understanding Intelligent Service (LUIS)
MIT License
85 stars 136 forks source link

utternace normalisation c# #12

Closed PauwelsYoran closed 5 years ago

PauwelsYoran commented 5 years ago

Are there any examples on how to turn on utterance normalisation in C# like on https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-utterance . I am trying to do it in an Micorosoft chatbot using Azure bot services sdk v4.

PauwelsYoran commented 5 years ago

I found out i had to change the setting in my luis app and not in the chatbot.