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

BuiltInSlotTypeSummary

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

Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.

interface BuiltInSlotTypeSummary {
description?: string | null;
slotTypeSignature?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the built-in slot type.

§
slotTypeSignature?: string | null
[src]

The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.