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

BuiltinIntentSlot

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

Provides information about a slot used in a built-in intent.

interface BuiltinIntentSlot {
name?: string | null;
}

§Properties

§
name?: string | null
[src]

A list of the slots defined for the intent.