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

InputContext

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

The name of a context that must be active for an intent to be selected by Amazon Lex.

interface InputContext {
name: string;
}

§Properties

§
name: string
[src]

The name of the context.