Microsoft.Agents.Builder.Dialogs.Prompts Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 Prompt<T> when the prompt is started. |
| PromptRecognizerResult<T> |
Contains the result returned by the recognition method of a Prompt<T>. |
| PromptValidatorContext<T> |
Contains context information for a PromptValidator<T>. |
| TextPrompt |
Prompts the user for text input. |
Delegates
| PromptValidator<T> |
The delegate definition for custom prompt validators. Implement this function to add custom validation to a prompt. |