These settings are stored in the exported app and updated with the REST APIs or LUIS portal.
Changing your app version settings resets your app training status to untrained.
Learn concepts of normalization and how to use version APIs to update these settings or use the LUIS portal's Manage section, Settings page.
UI setting
API setting
Information
Use non-deterministic training
UseAllTrainingData
Training uses a small percentage of negative sampling. If you want to use all data instead of the small negative sampling, set to true.
Normalize diacritics
NormalizeDiacritics
Normalizing diacritics replaces the characters with diacritics in utterances with regular characters. This setting is only available on languages that support diacritics.
Normalize punctuation
NormalizePunctuation
Normalizing punctuation means that before your models get trained and before your endpoint queries get predicted, punctuation will be removed from the utterances.