SkillConversationIdFactoryOptions Class

Definition

public class SkillConversationIdFactoryOptions
type SkillConversationIdFactoryOptions = class
Public Class SkillConversationIdFactoryOptions
Inheritance
SkillConversationIdFactoryOptions

Constructors

SkillConversationIdFactoryOptions()

Properties

Activity

Gets or sets the activity which will be sent to the skill.

BotFrameworkSkill

Gets or sets the skill to create the conversation Id for.

FromBotId

Gets or sets the id of the parent bot that is messaging the skill.

FromBotOAuthScope

Gets or sets the oauth audience scope, used during token retrieval (either https://api.botframework.com or bot app id).

Applies to