Share via


StrictEntityToType Class

Definition

public sealed class StrictEntityToType : Microsoft.Bot.Builder.Luis.IEntityToType
type StrictEntityToType = class
    interface IEntityToType
Public NotInheritable Class StrictEntityToType
Implements IEntityToType
Inheritance
StrictEntityToType
Implements

Constructors

StrictEntityToType(IResolutionParser, ICalendarPlus)

Methods

Interpret(BuiltIn+DateTime+DateTimeResolution, DateTime, Calendar, CalendarWeekRule, DayOfWeek, Func<BuiltIn.DateTime.DayPart,Int32>)

Interpret a parsed DateTimeResolution to provide a series of DateTime ranges

Explicit Interface Implementations

IEntityToType.TryMapToDateRanges(DateTime, IEnumerable<EntityRecommendation>, IEnumerable<Range<DateTime>>)
IEntityToType.TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

Applies to