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

CustomPayload

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

A custom response string that Amazon Lex sends to your application. You define the content and structure the string.

interface CustomPayload {
value: string;
}

§Properties

§
value: string
[src]

The string that is sent to your application.