IPromptOptions<T> Interface
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.
Options for PromptDialog.
public interface IPromptOptions<T>
type IPromptOptions<'T> = interface
Public Interface IPromptOptions(Of T)
Type Parameters
- T
The type of the options.
- Derived
Properties
Attempts |
Maximum number of attempts. |
Choices |
The choices and synonyms to be returned when selected. |
DefaultRetry |
Default retry prompt that is used if Retry is null. |
DefaultRetrySpeak |
Default retry speak that is used if RetrySpeak is null. |
Descriptions |
The description of each possible option. |
Options |
The choices to be returned when selected. |
Prompt |
The prompt. |
PromptStyler |
Styler of the prompt PromptStyler. |
Recognizer |
Entity Recognizer to parse the message content |
Retry |
What to display on retry. |
RetrySpeak |
Retry Speak tag (SSML markup for text to speech) |
Speak |
Speak tag (SSML markup for text to speech) |
TooManyAttempts |
What to display when user didn't say a valid response after Attempts. |