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

SubSlotTypeComposition

import type { SubSlotTypeComposition } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Subslot type composition.

interface SubSlotTypeComposition {
name: string;
slotTypeId: string;
}

§Properties

§
name: string
[src]

Name of a constituent sub slot inside a composite slot.

§
slotTypeId: string
[src]

The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.