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

CreateSlotResponse

import type { CreateSlotResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface CreateSlotResponse {
botId?: string | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
intentId?: string | 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 unique 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]

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

§
description?: string | null
[src]

The description associated with the slot.

§
intentId?: string | null
[src]

The unique identifier of the intent associated with the slot.

§
localeId?: string | null
[src]

The language and local specified for the slot.

§
multipleValuesSetting?: MultipleValuesSetting | null
[src]

Indicates whether the slot returns multiple values in one response.

§
obfuscationSetting?: ObfuscationSetting | null
[src]

Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.

§
slotId?: string | null
[src]

The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.

§
slotName?: string | null
[src]

The name specified for the slot.

§
slotTypeId?: string | null
[src]

The unique identifier of the slot type associated with this slot.

§
subSlotSetting?: SubSlotSetting | null
[src]

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

§
valueElicitationSetting?: SlotValueElicitationSetting | null
[src]

The value elicitation settings specified for the slot.