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

LexTranscriptFilter

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

The object that contains transcript filter details that are associated with a bot recommendation.

interface LexTranscriptFilter {
dateRangeFilter?: DateRangeFilter | null;
}

§Properties

§
dateRangeFilter?: DateRangeFilter | null
[src]

The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.