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/lexmodelbuildingservice.ts?docs=full";

A default value for a slot.

interface SlotDefaultValue {
defaultValue: string;
}

§Properties

§
defaultValue: string
[src]

The default value for the slot. You can specify one of the following:

  • #context-name.slot-name - The slot value "slot-name" in the context "context-name."
  • {attribute} - The slot value of the session attribute "attribute."
  • 'value' - The discrete value "value."