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

AssociatedTranscript

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

The object containing information that associates the recommended intent/slot type with a conversation.

interface AssociatedTranscript {
transcript?: string | null;
}

§Properties

§
transcript?: string | null
[src]

The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.