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

TranscriptFilter

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

The object representing the filter that Amazon Lex will use to select the appropriate transcript.

interface TranscriptFilter {
lexTranscriptFilter?: LexTranscriptFilter | null;
}

§Properties

§
lexTranscriptFilter?: LexTranscriptFilter | null
[src]

The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.