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

BuiltinSlotTypeMetadata

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

Provides information about a built in slot type.

interface BuiltinSlotTypeMetadata {
signature?: string | null;
supportedLocales?: Locale[] | null;
}

§Properties

§
signature?: string | null
[src]

A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.

§
supportedLocales?: Locale[] | null
[src]

A list of target locales for the slot.