Type of recognizer result being validated.
ReadonlyattemptA count of the number of times the prompt has been executed.
A number indicating how many times the prompt was invoked (starting at 1 for the first time it was invoked).
ReadonlycontextThe context for the current turn of conversation with the user.
ReadonlyoptionsOriginal set of options passed to the prompt by the calling dialog.
ReadonlyrecognizedResult returned from the prompts recognizer function.
The recognized.succeeded field can be checked to determine of the recognizer found anything and then the value can be retrieved from recognized.value.
ReadonlystateA dictionary of values persisted for each conversational turn while the prompt is active.
Contextual information passed to a custom
PromptValidator.