DialogTestClient.DialogContext Property

Definition

Gets a reference for the DialogContext.

public Microsoft.Bot.Builder.Dialogs.DialogContext DialogContext { get; }
member this.DialogContext : Microsoft.Bot.Builder.Dialogs.DialogContext
Public ReadOnly Property DialogContext As DialogContext

Property Value

DialogContext

A reference for the DialogContext.

Remarks

This property will be null until at least one activity is sent to DialogTestClient.

Applies to