IPromptOptions<T> Interface

Definition

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.

Applies to