DialogTurnResult(DialogTurnStatus, Object) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de DialogTurnResult klasse.
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
De status van de stack.
- result
- Object
Het resultaat wordt geretourneerd door het dialoogvenster.