setPrompt

The setPrompt method sets a text prompt to return in the current conversation task after the script is complete. This prompt replaces any existing prompts.

Syntax

setPrompt( new_prompt )

Arguments

Argument Description
new_ prompt (string) The prompt text that you want to return after the script function is complete.

Example

routingTable:setPrompt("I think you might mean one of the following:")