DialogTestClient.DialogTurnResult Property
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.
Gets the latest DialogTurnResult for the dialog being tested.
public Microsoft.Bot.Builder.Dialogs.DialogTurnResult DialogTurnResult { get; }
member this.DialogTurnResult : Microsoft.Bot.Builder.Dialogs.DialogTurnResult
Public ReadOnly Property DialogTurnResult As DialogTurnResult
Property Value
A DialogTurnResult instance with the result of the last turn.