FeedbackOptions Enum
Definition
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.
Control how the user gets feedback after each entry.
public enum FeedbackOptions
type FeedbackOptions =
Public Enum FeedbackOptions
- Inheritance
-
FeedbackOptions
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use the default from the DefaultPrompt. |
Auto | 1 | Provide feedback using the Feedback template only if part of the user input was not understood. |
Always | 2 | Provide feedback after every user input. |
Never | 3 | Never provide feedback. |