Gets the full list of user input (prompt or form responses) entered during the current dialogue with the skill.
Gets the latest user input (a prompt or form response) during the current dialogue with the skill.
Returns whether the current event is the result of a user's response to a prompt.
Sends a response that indicates that a user's dialogue with a skill is complete.
Contains the message to be shown to the user, and any tags that would be relevant to the user as a result of the dialogue.
Sends a dialogue response along with a form for the user to respond to. Responses to the form's prompts will return back to the same skill that sent the form.
Contains the primary message shown to the user and any tags to send.
See FormOptions
Sends a dialogue response along with a prompt for the user to respond to. Responses to the prompt will return back to the same skill that sent the prompt.
Contains the primary message shown to the user and any tags to send as part of the prompt.
Contains:
Generated using TypeDoc
Use getAllUserInput instead.