次の方法で共有


IEntityToType インターフェイス

定義

LUIS EntityRecommendation から特定の CLR 型にマップするアプトアクション。

public interface IEntityToType
type IEntityToType = interface
Public Interface IEntityToType
派生

メソッド

TryMapToDateRanges(DateTime, IEnumerable<EntityRecommendation>, IEnumerable<Range<DateTime>>)

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

TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

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

適用対象