Edit

Share via


PromptType enum

Type of prompt invoked.

Fields

action

Send a workflow action as a prompt. Allows you to handle the raw outcome for the action.

choice

The user is prompted to select from a list of choices.

confirm

The user is prompted to confirm an action with a yes/no response.

digits

The user is prompted to enter a sequence of digits.

record

The user is prompted to record a message.