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

SlotDefaultValue

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

Specifies the default value to use when a user doesn't provide a value for a slot.

interface SlotDefaultValue {
defaultValue: string;
}

§Properties

§
defaultValue: string
[src]

The default value to use when a user doesn't provide a value for a slot.