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

CreateSlotTypeResponse

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

§
botVersion?: string | null
[src]

The version of the bot associated with the slot type.

§
compositeSlotTypeSetting?: CompositeSlotTypeSetting | null
[src]

Specifications for a composite slot type.

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

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

§
description?: string | null
[src]

The description specified for the slot type.

§
externalSourceSetting?: ExternalSourceSetting | null
[src]

The type of external information used to create the slot type.

§
localeId?: string | null
[src]

The specified language and local specified for the slot type.

§
parentSlotTypeSignature?: string | null
[src]

The signature of the base slot type specified for the slot type.

§
slotTypeId?: string | null
[src]

The unique identifier assigned to the slot type. Use this to identify the slot type in the UpdateSlotType and DeleteSlotType operations.

§
slotTypeName?: string | null
[src]

The name specified for the slot type.

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

The list of values that the slot type can assume.

§
valueSelectionSetting?: SlotValueSelectionSetting | null
[src]

The strategy that Amazon Lex uses to select a value from the list of possible values.