Share via


LuisResult.AlteredQuery Property

Definition

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

Property Value

Applies to