SkillDialogOptions.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 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.