다음을 통해 공유


ResolutionParser.IResolutionParser.TryParse 메서드

정의

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

매개 변수

properties
IDictionary<String,Object>
resolution
Resolution

반환

구현

적용 대상