DialogTestClient.ConversationState Property

Definition

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

ConversationState

A ConversationState instance for the current test client.

Applies to