PromptRecognizerResult<T> Class

Definition

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.

Applies to