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

DescribeSlotTypeRequest

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

§Properties

§
botId: string
[src]

The identifier of the bot associated with the slot type.

§
botVersion: string
[src]

The version of the bot associated with the slot type.

§
localeId: string
[src]

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

§
slotTypeId: string
[src]

The identifier of the slot type.