DateTimeResolution interface

Result returned by the DateTimePrompt.

Properties

timex

TIMEX expression representing ambiguity of the recognized time.

type

Type of time recognized. Possible values are 'date', 'time', 'datetime', 'daterange', 'timerange', 'datetimerange', 'duration', or 'set'.

value

Value of the specified type that's a reasonable approximation given the ambiguity of the timex.

Property Details

timex

TIMEX expression representing ambiguity of the recognized time.

timex: string

Property Value

string

type

Type of time recognized. Possible values are 'date', 'time', 'datetime', 'daterange', 'timerange', 'datetimerange', 'duration', or 'set'.

type: string

Property Value

string

value

Value of the specified type that's a reasonable approximation given the ambiguity of the timex.

value: string

Property Value

string