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

SubSlotSetting

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

Specifications for the constituent sub slots and the expression for the composite slot.

interface SubSlotSetting {
expression?: string | null;
slotSpecifications?: {
[key: string]: Specifications | null | undefined;
}
| null;
}

§Properties

§
expression?: string | null
[src]

The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

§
slotSpecifications?: {
[key: string]: Specifications | null | undefined;
}
| null
[src]

Specifications for the constituent sub slots of a composite slot.