IEntityToType.TryMapToDateRanges メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在を基準に、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
パラメーター
- entities
- IEnumerable<EntityRecommendation>
関連する EntityRecommendation 可能性があるインスタンスの一覧。
- ranges
- IEnumerable<Range<DateTime>>
出力 DateTime 範囲。
戻り値
マッピングが成功した可能性がある場合は True、それ以外の場合は false。