次の方法で共有


IEntityToType.TryMapToTimeSpan メソッド

定義

LUIS EntityRecommendation インスタンス TimeSpanを にマップして、現在を基準にしてみてください。

public bool TryMapToTimeSpan (DateTime now, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> entities, out TimeSpan span);
abstract member TryMapToTimeSpan : DateTime * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * TimeSpan -> bool
Public Function TryMapToTimeSpan (now As DateTime, entities As IEnumerable(Of EntityRecommendation), ByRef span As TimeSpan) As Boolean

パラメーター

now
DateTime

現在は を参照 DateTimeしています。

entities
IEnumerable<EntityRecommendation>

関連する EntityRecommendation 可能性があるインスタンスの一覧。

span
TimeSpan

出力 TimeSpan

戻り値

マッピングが成功した可能性がある場合は True、それ以外の場合は false。

適用対象