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

DescribeSlotTypeResponse

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

§
parentSlotTypeSignature?: string | null
[src]

The built in slot type used as a parent to this slot type.

§
slotTypeId?: string | null
[src]

The unique identifier for the slot type.

§
slotTypeName?: string | null
[src]

The name specified for the slot type.

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

The values that the slot type can take. Includes any synonyms for the slot type values.

§
valueSelectionSetting?: SlotValueSelectionSetting | null
[src]

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