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

GetBuiltinIntentResponse

import type { GetBuiltinIntentResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetBuiltinIntentResponse {
signature?: string | null;
slots?: BuiltinIntentSlot[] | null;
supportedLocales?: Locale[] | null;
}

§Properties

§
signature?: string | null
[src]

The unique identifier for a built-in intent.

§
slots?: BuiltinIntentSlot[] | null
[src]

An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

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

A list of locales that the intent supports.