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.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
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;
subSlotSetting?: SubSlotSetting | null;
valueElicitationSetting?: SlotValueElicitationSetting | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot associated with the slot.

§
botVersion?: string | null
[src]

The version of the bot associated with the slot.

§
creationDateTime?: Date | number | null
[src]

A timestamp of the date and time that the slot was created.

§
description?: string | null
[src]

The description specified for the slot.

§
intentId?: string | null
[src]

The identifier of the intent associated with the slot.

§
lastUpdatedDateTime?: Date | number | null
[src]

A timestamp of the date and time that the slot was last updated.

§
localeId?: string | null
[src]

The language and locale specified for the slot.

§
multipleValuesSetting?: MultipleValuesSetting | null
[src]

Indicates whether the slot accepts multiple values in a single utterance.

If the multipleValuesSetting is not set, the default value is false.

§
obfuscationSetting?: ObfuscationSetting | null
[src]

Whether slot values are shown in Amazon CloudWatch logs. If the value is None, the actual value of the slot is shown in logs.

§
slotId?: string | null
[src]

The unique identifier generated for the slot.

§
slotName?: string | null
[src]

The name specified for the slot.

§
slotTypeId?: string | null
[src]

The identifier of the slot type that determines the values entered into the slot.

§
subSlotSetting?: SubSlotSetting | null
[src]

Specifications for the constituent sub slots and the expression for the composite slot.

§
valueElicitationSetting?: SlotValueElicitationSetting | null
[src]

Prompts that Amazon Lex uses to elicit a value for the slot.