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

PutSlotTypeResponse

import type { PutSlotTypeResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface PutSlotTypeResponse {
checksum?: string | null;
createdDate?: Date | number | null;
createVersion?: boolean | 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.

§
createVersion?: boolean | null
[src]

True if a new version of the slot type was created. If the createVersion field was not specified in the request, the createVersion field is set to false in the response.

§
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 slot type, 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 as 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 slot resolution strategy that Amazon Lex uses to determine the value of the slot. For more information, see "PutSlotType".

§
version?: string | null
[src]

The version of the slot type. For a new slot type, the version is always $LATEST.