Extensions.TryFindEntity(LuisResult, String, EntityRecommendation) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
結果の中に存在を見つけようとしてください。
public static bool TryFindEntity(this Microsoft.Bot.Builder.Luis.Models.LuisResult result, string type, out Microsoft.Bot.Builder.Luis.Models.EntityRecommendation entity);
static member TryFindEntity : Microsoft.Bot.Builder.Luis.Models.LuisResult * string * EntityRecommendation -> bool
<Extension()>
Public Function TryFindEntity (result As LuisResult, type As String, ByRef entity As EntityRecommendation) As Boolean
パラメーター
- result
- LuisResult
LUISの結果。
- type
- String
エンティティ型。
- entity
- EntityRecommendation
見つけた存在。
返品
存在が見つかれば真、そうでなければ偽りです。