DialogTestClient.DialogContext 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 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
A reference for the DialogContext.
Remarks
This property will be null until at least one activity is sent to DialogTestClient.