Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DateRangeFilter

import type { DateRangeFilter } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.

interface DateRangeFilter {
endDateTime: Date | number;
startDateTime: Date | number;
}

§Properties

§
endDateTime: Date | number
[src]

A timestamp indicating the end date for the date range filter.

§
startDateTime: Date | number
[src]

A timestamp indicating the start date for the date range filter.