PromptRecognizerResult<T> Class
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.
Contains the result returned by the recognition method of a Prompt<T>.
public class PromptRecognizerResult<T>
type PromptRecognizerResult<'T> = class
Public Class PromptRecognizerResult(Of T)
Type Parameters
- T
The type of value the prompt returns.
- Inheritance
-
PromptRecognizerResult<T>
Constructors
PromptRecognizerResult<T>() |
Initializes a new instance of the PromptRecognizerResult<T> class. |
Properties
AllowInterruption |
Gets or sets a value indicating whether flag indicating whether or not parent dialogs should be allowed to interrupt the prompt. |
Succeeded |
Gets or sets a value indicating whether the recognition attempt succeeded. |
Value |
Gets or sets the recognition value. |