IFieldPrompt<T>.Next(Object, 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.
Next step to execute.
public Microsoft.Bot.Builder.FormFlow.Advanced.NextStep Next (object value, T state);
abstract member Next : obj * 'T -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
Public Function Next (value As Object, state As T) As NextStep
Parameters
- value
- Object
Value in response to prompt.
- state
- T
Current form state.
Returns
Next step to execute.