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

CreateSlotTypeVersionResponse

import type { CreateSlotTypeVersionResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface CreateSlotTypeVersionResponse {
checksum?: string | null;
createdDate?: Date | number | null;
description?: string | null;
enumerationValues?: EnumerationValue[] | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
parentSlotTypeSignature?: string | null;
slotTypeConfigurations?: SlotTypeConfiguration[] | null;
valueSelectionStrategy?: SlotValueSelectionStrategy | null;
version?: string | null;
}

§Properties

§
checksum?: string | null
[src]

Checksum of the $LATEST version of the slot type.

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

The date that the slot type was created.

§
description?: string | null
[src]

A description of the slot type.

§
enumerationValues?: EnumerationValue[] | null
[src]

A list of EnumerationValue objects that defines the values that the slot type can take.

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

The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.

§
name?: string | null
[src]

The name of the slot type.

§
parentSlotTypeSignature?: string | null
[src]

The built-in slot type used a the parent of the slot type.

§
slotTypeConfigurations?: SlotTypeConfiguration[] | null
[src]

Configuration information that extends the parent built-in slot type.

§
valueSelectionStrategy?: SlotValueSelectionStrategy | null
[src]

The strategy that Amazon Lex uses to determine the value of the slot. For more information, see "PutSlotType".

§
version?: string | null
[src]

The version assigned to the new slot type version.