IResolutionParser.TryParse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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