IResolutionParser.TryParse Method
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.
public bool TryParse (System.Collections.Generic.IDictionary<string,object> properties, out Microsoft.Bot.Builder.Luis.Resolution resolution);
abstract member TryParse : System.Collections.Generic.IDictionary<string, obj> * Resolution -> bool
Public Function TryParse (properties As IDictionary(Of String, Object), ByRef resolution As Resolution) As Boolean
Parameters
- properties
- IDictionary<String,Object>
- resolution
- Resolution