SkillDialogOptions.ConversationIdFactory 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 an instance of a SkillConversationIdFactoryBase used to generate conversation IDs for interacting with the skill.
public Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase ConversationIdFactory { get; set; }
member this.ConversationIdFactory : Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase with get, set
Public Property ConversationIdFactory As SkillConversationIdFactoryBase
Property Value
An instance of a SkillConversationIdFactoryBase used to generate conversation IDs for interacting with the skill.