DialogTestClient.ConversationState 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 ConversationState for DialogTestClient.
public Microsoft.Bot.Builder.ConversationState ConversationState { get; }
member this.ConversationState : Microsoft.Bot.Builder.ConversationState
Public ReadOnly Property ConversationState As ConversationState
Property Value
A ConversationState instance for the current test client.