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.3/services/lexmodelbuildingservice.ts?docs=full";
interface DeleteUtterancesRequest {
botName: string;
userId: string;
}

§Properties

§
botName: string
[src]

The name of the bot that stored the utterances.

§
userId: string
[src]

The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.