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

CompositeSlotTypeSetting

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

A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.

interface CompositeSlotTypeSetting {
subSlots?: SubSlotTypeComposition[] | null;
}

§Properties

§
subSlots?: SubSlotTypeComposition[] | null
[src]

Subslots in the composite slot.