StrictEntityToType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |