IResolutionParser.TryParse 方法

定义

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

参数

properties
IDictionary<String,Object>
resolution
Resolution

返回

适用于