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

FollowUpPrompt

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

A prompt for additional activity after an intent is fulfilled. For example, after the OrderPizza intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.

interface FollowUpPrompt {
prompt: Prompt;
rejectionStatement: Statement;
}

§Properties

§
prompt: Prompt
[src]

Prompts for information from the user.

§
rejectionStatement: Statement
[src]

If the user answers "no" to the question defined in the prompt field, Amazon Lex responds with this statement to acknowledge that the intent was canceled.