StrictEntityToType.IEntityToType.TryMapToDateRanges 方法

定义

bool IEntityToType.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 Microsoft.Bot.Builder.Luis.IEntityToType.TryMapToDateRanges : DateTime * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * seq -> bool
override this.Microsoft.Bot.Builder.Luis.IEntityToType.TryMapToDateRanges : DateTime * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * seq -> bool
Function TryMapToDateRanges (now As DateTime, entities As IEnumerable(Of EntityRecommendation), ByRef ranges As IEnumerable(Of Range(Of DateTime))) As Boolean Implements IEntityToType.TryMapToDateRanges

参数

now
DateTime

返回

实现

适用于