PromptValidatorContext<T> 類別

定義

包含 的內容資訊 PromptValidator<T>

public class PromptValidatorContext<T>
type PromptValidatorContext<'T> = class
Public Class PromptValidatorContext(Of T)

類型參數

T

提示傳回的數值型別。

繼承
PromptValidatorContext<T>

屬性

AttemptCount

取得已執行這個提示實例的次數。

Context

TurnContext取得目前與使用者交談回合的 。

Options

PromptOptions取得用於這個辨識嘗試的 。

Recognized

PromptRecognizerResult<T>取得從提示辨識嘗試傳回的 。

State

取得相關聯提示實例的狀態。

適用於