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

DescribeSlotTypeResponse

import type { DescribeSlotTypeResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface DescribeSlotTypeResponse {
botId?: string | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
lastUpdatedDateTime?: Date | number | null;
localeId?: string | null;
parentSlotTypeSignature?: string | null;
slotTypeId?: string | null;
slotTypeName?: string | null;
slotTypeValues?: SlotTypeValue[] | null;
valueSelectionSetting?: SlotValueSelectionSetting | null;
}

§Properties

§
botId?: string | null
[src]
§
botVersion?: string | null
[src]
§
creationDateTime?: Date | number | null
[src]
§
description?: string | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
localeId?: string | null
[src]
§
parentSlotTypeSignature?: string | null
[src]
§
slotTypeId?: string | null
[src]
§
slotTypeName?: string | null
[src]
§
slotTypeValues?: SlotTypeValue[] | null
[src]
§
valueSelectionSetting?: SlotValueSelectionSetting | null
[src]