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

AssociatedTranscriptFilter

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

Filters to search for the associated transcript.

interface AssociatedTranscriptFilter {
values: string[];
}

§Properties

§

The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.

§
values: string[]
[src]

The values to use to filter the transcript.