MessageDelegate<T> 대리자

정의

지정된 경우 state 메시지를 표시할 템플릿이 있는 을 반환 PromptAttribute 합니다.

public delegate System.Threading.Tasks.Task<Microsoft.Bot.Builder.FormFlow.PromptAttribute> MessageDelegate<T>(T state);
type MessageDelegate<'T> = delegate of 'T -> Task<PromptAttribute>
Public Delegate Function MessageDelegate(Of T)(state As T) As Task(Of PromptAttribute) 

형식 매개 변수

T

양식 상태 유형입니다.

매개 변수

state
T

양식 상태입니다.

반환 값

표시할 메시지를 설명하는 PromptAttribute입니다.

적용 대상