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

DeleteUtterancesRequest

import type { DeleteUtterancesRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteUtterancesRequest {
botId: string;
localeId?: string | null;
sessionId?: string | null;
}

§Properties

§
botId: string
[src]

The unique identifier of the bot that contains the utterances.

§
localeId?: string | null
[src]

The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.

§
sessionId?: string | null
[src]

The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.