次の方法で共有


IEntityToType.TryMapToDateRanges メソッド

定義

現在を基準に、LUIS EntityRecommendation インスタンスを範囲の DateTime 一覧にマップしてみてください。

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

パラメーター

now
DateTime

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

entities
IEnumerable<EntityRecommendation>

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

ranges
IEnumerable<Range<DateTime>>

出力 DateTime 範囲。

戻り値

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

適用対象