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

GetUtterancesViewRequest

import type { GetUtterancesViewRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetUtterancesViewRequest {
botName: string;
botVersions: string[];
statusType: StatusType;
}

§Properties

§
botName: string
[src]

The name of the bot for which utterance information should be returned.

§
botVersions: string[]
[src]

An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

§
statusType: StatusType
[src]

To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.