SkillConversationIdFactoryOptions interface

Properties

activity

The activity which will be sent to the skill.

botFrameworkSkill

The skill to create the conversation Id for.

fromBotId

The id of the parent bot that is messaging the skill.

fromBotOAuthScope

The oauth audience scope, used during token retrieval (either https://api.botframework.com or bot app id if this is a skill calling another skill).

Property Details

activity

The activity which will be sent to the skill.

activity: Activity

Property Value

Activity

botFrameworkSkill

The skill to create the conversation Id for.

botFrameworkSkill: BotFrameworkSkill

Property Value

fromBotId

The id of the parent bot that is messaging the skill.

fromBotId: string

Property Value

string

fromBotOAuthScope

The oauth audience scope, used during token retrieval (either https://api.botframework.com or bot app id if this is a skill calling another skill).

fromBotOAuthScope: string

Property Value

string