LuisResult.AlteredQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The altered query used by LUIS to extract intent and entities. For example, when Bing spell check is enabled for a model, this field will contain the spell checked utterance.
public string AlteredQuery { get; set; }
member this.AlteredQuery : string with get, set
Public Property AlteredQuery As String