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

UpdateSlotTypeResponse

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

The identifier of the bot that contains the slot type.

§
botVersion?: string | null
[src]

The version of the bot that contains the slot type. This is always DRAFT.

§
compositeSlotTypeSetting?: CompositeSlotTypeSetting | null
[src]

Specifications for a composite slot type.

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

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

§
description?: string | null
[src]

The updated description of the slot type.

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

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

§
localeId?: string | null
[src]

The language and locale of the updated slot type.

§
parentSlotTypeSignature?: string | null
[src]

The updated signature of the built-in slot type that is the parent of this slot type.

§
slotTypeId?: string | null
[src]

The unique identifier of the updated slot type.

§
slotTypeName?: string | null
[src]

The updated name of the slot type.

§
slotTypeValues?: SlotTypeValue[] | null
[src]

The updated values that the slot type provides.

§
valueSelectionSetting?: SlotValueSelectionSetting | null
[src]

The updated strategy that Amazon Lex uses to determine which value to select from the slot type.