EntityRecommendation.Resolution 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.
A machine interpretable resolution of the entity. For example the string "one thousand" would have the resolution "1000". The exact form of the resolution is defined by the entity type and is documented here: https://www.luis.ai/Help#PreBuiltEntities.
public System.Collections.Generic.IDictionary<string,object> Resolution { get; set; }
member this.Resolution : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Resolution As IDictionary(Of String, Object)