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

GrammarSlotTypeSetting

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

Settings requried for a slot type based on a grammar that you provide.

interface GrammarSlotTypeSetting {
source?: GrammarSlotTypeSource | null;
}

§Properties

§

The source of the grammar used to create the slot type.