SkillDialogOptions Class

Definition

Defines the options that will be used to execute a SkillDialog.

public class SkillDialogOptions
type SkillDialogOptions = class
Public Class SkillDialogOptions
Inheritance
SkillDialogOptions

Constructors

SkillDialogOptions()

Properties

BotId

Gets or sets the Microsoft app ID of the bot calling the skill.

ConnectionName

Gets or sets the OAuth Connection Name, that would be used to perform Single SignOn with a skill.

ConversationIdFactory

Gets or sets an instance of a SkillConversationIdFactoryBase used to generate conversation IDs for interacting with the skill.

ConversationState

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

Skill

Gets or sets the BotFrameworkSkill that the dialog will call.

SkillClient

Gets or sets the BotFrameworkClient used to call the remote skill.

SkillHostEndpoint

Gets or sets the callback Url for the skill host.

Applies to