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

SlotTypeConfiguration

import type { SlotTypeConfiguration } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";

Provides configuration information for a slot type.

interface SlotTypeConfiguration {
regexConfiguration?: SlotTypeRegexConfiguration | null;
}

§Properties

§
regexConfiguration?: SlotTypeRegexConfiguration | null
[src]

A regular expression used to validate the value of a slot.