Share via


SkillDialogOptions.ConversationState Property

Definition

Gets or sets the ConversationState to be used by the dialog.

public Microsoft.Bot.Builder.ConversationState ConversationState { get; set; }
member this.ConversationState : Microsoft.Bot.Builder.ConversationState with get, set
Public Property ConversationState As ConversationState

Property Value

The ConversationState to be used by the dialog.

Applies to