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

연결된 프롬프트 인스턴스의 상태를 가져옵니다.

적용 대상