次の方法で共有


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

関連付けられたプロンプト インスタンスの状態を取得します。

適用対象