PromptType enum
Type of prompt invoked.
Fields
| attachment | The user is prompted to upload an attachment. |
| 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. |
| number | The user is prompted to enter a number. |
| text | The user is prompted for a string of text. |
| time | The user is prompted to enter a time. |