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

UpdateSlotResponse

import type { UpdateSlotResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateSlotResponse {
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 that contains the slot.

§
botVersion?: string | null
[src]

The identifier of the slot version that contains the slot. Will always be DRAFT.

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

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

§
description?: string | null
[src]

The updated description of the bot.

§
intentId?: string | null
[src]

The intent that contains the slot.

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

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

§
localeId?: string | null
[src]

The locale that contains the slot.

§
multipleValuesSetting?: MultipleValuesSetting | null
[src]

Indicates whether the slot accepts multiple values in one response.

§
obfuscationSetting?: ObfuscationSetting | null
[src]

The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.

§
slotId?: string | null
[src]

The unique identifier of the slot that was updated.

§
slotName?: string | null
[src]

The updated name of the slot.

§
slotTypeId?: string | null
[src]

The updated identifier of the slot type that provides values for the slot.

§
subSlotSetting?: SubSlotSetting | null
[src]

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

§
valueElicitationSetting?: SlotValueElicitationSetting | null
[src]

The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.