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

Intent

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

Identifies the specific version of an intent.

interface Intent {
intentName: string;
intentVersion: string;
}

§Properties

§
intentName: string
[src]

The name of the intent.

§
intentVersion: string
[src]

The version of the intent.