Can skills be customised?
Yes, aspects of each Virtual Assistant skill (Language Model, Dialogs, Integration Code and Language Generation) can be customised by customers and/or partners. The full source code is provided on GitHub.
Azure Bot Services
Related questions and answers
-
Examples of Power BI dashboards are provided in the Power BI Analytics sample, highlighting how to gain insights on your bot's performance and quality.
-
Bot Framework Virtual Assistant template enables you to build a conversational assistant tailored to your brand, personalised for your users and available across a broad range of clients and devices. This template greatly simplifies the creation of a new bot project by providing basic conversational intents, Dispatch, LUIS and QnA Maker integration, Skills and automated ARM deployment.
Learn more: https://microsoft.github.io/botframework-solutions/overview/virtualassistant/
-
The Skill manifest enables Skills to be self-describing in that they communicate the name and description of a Skill, its authentication requirements if appropriate along with the discrete actions that it exposes.
This manifest provides all the metadata required for a calling Bot to know when to trigger invoking a skill and what actions it provides. The manifest is used by the Skill command-line tool to configure a Bot to make use of a Skill.
Learn more: https://microsoft.github.io/botframework-solutions/reference/skills/skillmanifest/
-
You can find information about Microsoft Bot Framework SDK at https://github.com/microsoft/botframework.
-
To link accounts to a Virtual Assistant, please check out: https://microsoft.github.io/botframework-solutions/howto/virtual-assistant/linkedaccounts/
-
To use the Virtual Assistant Android Client, please check out: https://microsoft.github.io/botframework-solutions/howto/samples/vaclient_android/
You can see the comprehensive feature set for the Virtual Assistant Android Client here: https://microsoft.github.io/botframework-solutions/reference/samples/vaclient_android/