DialogTurnResult(DialogTurnStatus, Object) Constructor
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.
Initializes a new instance of the DialogTurnResult class.
public DialogTurnResult (Microsoft.Bot.Builder.Dialogs.DialogTurnStatus status, object result = default);
new Microsoft.Bot.Builder.Dialogs.DialogTurnResult : Microsoft.Bot.Builder.Dialogs.DialogTurnStatus * obj -> Microsoft.Bot.Builder.Dialogs.DialogTurnResult
Public Sub New (status As DialogTurnStatus, Optional result As Object = Nothing)
Parameters
- status
- DialogTurnStatus
The status of the stack.
- result
- Object
The result return by the dialog.