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

CodeHookSpecification

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

Contains information about code hooks that Amazon Lex calls during a conversation.

interface CodeHookSpecification {
lambdaCodeHook: LambdaCodeHook;
}

§Properties

§
lambdaCodeHook: LambdaCodeHook
[src]