SkillDialogOptions interface
Properties
bot |
The Microsoft app ID of the bot calling the skill. |
connection |
Optional. The OAuth Connection Name for the Parent Bot. |
conversation |
The BotFrameworkSkill that the dialog will call. |
conversation |
The ConversationState to be used by the Dialog. |
skill | The BotFrameworkSkill the dialog will call. |
skill |
The BotFrameworkClient used to call the remote skill. |
skill |
The callback Url for the skill host. |
Property Details
botId
The Microsoft app ID of the bot calling the skill.
botId: string
Property Value
string
connectionName
Optional. The OAuth Connection Name for the Parent Bot.
connectionName?: string
Property Value
string
conversationIdFactory
The BotFrameworkSkill that the dialog will call.
conversationIdFactory: SkillConversationIdFactoryBase
Property Value
SkillConversationIdFactoryBase
conversationState
The ConversationState to be used by the Dialog.
conversationState: ConversationState
Property Value
ConversationState
skill
The BotFrameworkSkill the dialog will call.
skill: BotFrameworkSkill
Property Value
BotFrameworkSkill
skillClient
The BotFrameworkClient used to call the remote skill.
skillClient: BotFrameworkClient
Property Value
BotFrameworkClient
skillHostEndpoint
The callback Url for the skill host.
skillHostEndpoint: string
Property Value
string