SkillConversationIdFactoryOptions interface
Properties
activity | The activity which will be sent to the skill. |
bot |
The skill to create the conversation Id for. |
from |
The id of the parent bot that is messaging the skill. |
from |
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