IFormBuilder<T>.Prompter(PromptAsyncDelegate<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to send prompt to user.
public Microsoft.Bot.Builder.FormFlow.IFormBuilder<T> Prompter (Microsoft.Bot.Builder.FormFlow.Advanced.PromptAsyncDelegate<T> prompter);
abstract member Prompter : Microsoft.Bot.Builder.FormFlow.Advanced.PromptAsyncDelegate<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.IFormBuilder<'T (requires 'T : null)>
Public Function Prompter (prompter As PromptAsyncDelegate(Of T)) As IFormBuilder(Of T)
Parameters
- prompter
- PromptAsyncDelegate<T>
Delegate.
Returns
Modified IFormBuilder.