PromptValidatorContext<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 的內容資訊 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 |
取得相關聯提示實例的狀態。 |