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

DescribeSlotResponse

import type { DescribeSlotResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface DescribeSlotResponse {
botId?: string | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
intentId?: string | null;
lastUpdatedDateTime?: Date | number | null;
localeId?: string | null;
multipleValuesSetting?: MultipleValuesSetting | null;
obfuscationSetting?: ObfuscationSetting | null;
slotId?: string | null;
slotName?: string | null;
slotTypeId?: string | null;
valueElicitationSetting?: SlotValueElicitationSetting | null;
}

§Properties

§
botId?: string | null
[src]
§
botVersion?: string | null
[src]
§
creationDateTime?: Date | number | null
[src]
§
description?: string | null
[src]
§
intentId?: string | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
localeId?: string | null
[src]
§
multipleValuesSetting?: MultipleValuesSetting | null
[src]
§
obfuscationSetting?: ObfuscationSetting | null
[src]
§
slotId?: string | null
[src]
§
slotName?: string | null
[src]
§
slotTypeId?: string | null
[src]
§
valueElicitationSetting?: SlotValueElicitationSetting | null
[src]