次の方法で共有


MessageDelegate<T> 代理人

定義

指定すると statePromptAttribute メッセージが表示されるテンプレートを含む が返されます。

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。

適用対象