DialogTestClient.DialogTurnResult Property

Definition

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

DialogTurnResult

A DialogTurnResult instance with the result of the last turn.

Applies to