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

DeleteIntentRequest

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

§Properties

§
botId: string
[src]

The identifier of the bot associated with the intent.

§
botVersion: string
[src]

The version of the bot associated with the intent.

§
intentId: string
[src]

The unique identifier of the intent to delete.

§
localeId: string
[src]

The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.