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

IntentMetadata

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

Provides information about an intent.

interface IntentMetadata {
createdDate?: Date | number | null;
description?: string | null;
lastUpdatedDate?: Date | number | null;
name?: string | null;
version?: string | null;
}

§Properties

§
createdDate?: Date | number | null
[src]

The date that the intent was created.

§
description?: string | null
[src]

A description of the intent.

§
lastUpdatedDate?: Date | number | null
[src]

The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

§
name?: string | null
[src]

The name of the intent.

§
version?: string | null
[src]

The version of the intent.