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

DescribeSlotRequest

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

§Properties

§
botId: string
[src]

The identifier of the bot associated with the slot.

§
botVersion: string
[src]

The version of the bot associated with the slot.

§
intentId: string
[src]

The identifier of the intent that contains the slot.

§
localeId: string
[src]

The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.

§
slotId: string
[src]

The unique identifier for the slot.