com.microsoft.bot.dialogs.prompts
This package contains the classes for com.microsoft.bot.dialogs.prompts.
Classes
| ActivityPrompt |
Defines the core behavior of a prompt dialog that waits for an activity to be received. |
| AttachmentPrompt |
Prompts a user to upload attachments, like images. |
| ChoicePrompt |
Prompts a user to select from a list of choices. |
| ConfirmPrompt |
Prompts a user to confirm something with a yes/no response. |
| DateTimePrompt |
Prompts a user for a date-time value. |
| DateTimeResolution |
A date-time value, as recognized by the DateTimePrompt . |
| NumberPrompt<T> |
Prompts a user to enter a number. |
| OAuthPrompt |
Creates a new prompt that asks the user to sign in using the Bot Frameworks Single Sign On (SSO)service. |
| OAuthPromptSettings |
Contains settings for an OAuthPrompt/>. |
| Prompt<T> |
Defines the core behavior of prompt dialogs. |
| PromptCultureModel |
Culture model used in Choice and Confirm Prompts. |
| PromptCultureModels |
Class container for currently-supported Culture Models in Confirm and Choice Prompt. |
| PromptOptions |
Contains settings to pass to a {@link com.} when the prompt is started. |
| PromptRecognizerResult<T> |
Contains the result returned by the recognition method of a {@link Prompt{T}} . |
| PromptValidatorContext<T> |
Contains context information for a {@link Prompt |
| TextPrompt |
Prompts the user for text input. |
Interfaces
| PromptValidator<T> |
The interface definition for custom prompt validators. |