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

BuiltInIntentSummary

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

Provides summary information about a built-in intent for the ListBuiltInIntents operation.

interface BuiltInIntentSummary {
description?: string | null;
intentSignature?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the intent.

§
intentSignature?: string | null
[src]

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