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