SkillConversationIdFactoryOptions Class
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.
A class defining the parameters used in CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken).
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). |