共用方式為


PromptOptions<T> 類別

定義

的選項 PromptDialog

[System.Serializable]
public class PromptOptions<T> : Microsoft.Bot.Builder.Dialogs.IPromptOptions<T>
[<System.Serializable>]
type PromptOptions<'T> = class
    interface IPromptOptions<'T>
Public Class PromptOptions(Of T)
Implements IPromptOptions(Of T)

類型參數

T

選項的類型。

繼承
PromptOptions<T>
屬性
實作

建構函式

PromptOptions<T>(String, String, String, IReadOnlyList<T>, Int32, PromptStyler, IReadOnlyList<String>, String, String, IPromptRecognizer)

建構提示選項。

屬性

Attempts

嘗試次數上限。

Choices

選取時要傳回的選項和同義字。

DefaultRetry

如果 Retry 為 null,則會使用的預設重試提示。

DefaultRetrySpeak

如果 為 null,則會使用 RetrySpeak 預設重試。

DefaultTooManyAttempts

如果 TooManyAttempts 為 null,則會使用的預設 TooManyAttempts 字串。

Descriptions

每個可能選項的描述。

Options

選取時要傳回的選項。

Prompt

提示。

PromptStyler

提示 PromptStyler 的樣式器。

Recognizer

剖析訊息內容的實體辨識器

Retry

重試時要顯示的內容。

RetrySpeak

針對文字轉語音轉換) 重試聲控標籤 (SSML 標記

Speak

聲控標籤 (文字轉換語音的 SSML 標記)

TooManyAttempts

當使用者在 之後 Attempts 沒有說出有效的回應時,要顯示的內容。

適用於