You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-commands-integrate-remote-skills.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ In this article, you will learn how to export a Custom Commands application as a
24
24
> * An exisiting Custom Commands application. In case you don't have any Custom Commands application, try out with - [Quickstart: Create a voice assistant using Custom Commands](quickstart-custom-commands-application.md)
25
25
26
26
## Custom Commands as remote skills
27
-
1. Bot Framework Skills are re-usable conversational skill building-blocks covering conversational use-cases enabling you to add extensive functionality to a Bot within minutes. To read more on this, go to [Bot Framework Skill](https://microsoft.github.io/botframework-solutions/overview/skills/).
28
-
1. A Custom Commands application can be exported as a skill. This skill can then be invoked over the remote skills protocol from a Bot Framework bot.
27
+
* Bot Framework Skills are re-usable conversational skill building-blocks covering conversational use-cases enabling you to add extensive functionality to a Bot within minutes. To read more on this, go to [Bot Framework Skill](https://microsoft.github.io/botframework-solutions/overview/skills/).
28
+
* A Custom Commands application can be exported as a skill. This skill can then be invoked over the remote skills protocol from a Bot Framework bot.
29
29
30
30
## Configure an application to be exposed as a remote skill
31
31
@@ -36,14 +36,12 @@ In this article, you will learn how to export a Custom Commands application as a
36
36
### Authentication to skills
37
37
1. If you want to enable authentication, add Microsoft Application Ids of the Bot Framework Bots you want to configure to call the custom commands application.
38
38
> [!div class="mx-imgBorder"]
39
-
> 
39
+
> 
40
40
41
41
1. If you have at least one entry added to the list, authentication will be enabled on the application, and only the allowed bots will be able to call the application.
42
42
> [!TIP]
43
43
> To disable authentication, delete all the Microsoft Application Ids from the allowed list.
44
44
45
-
46
-
47
45
### Enable/disable commands to be exposed as skills
48
46
49
47
You have the option to choose which commands you want to export over Remote Skills.
@@ -53,7 +51,7 @@ You have the option to choose which commands you want to export over Remote Skil
53
51
1. Select **Save**.
54
52
55
53
### Configure triggering utterances for commands
56
-
Custom Commands uses the example sentences which are configured for the commands in order to generate the skills triggering utterances. These **triggering utterances**wll be used to generate the **dispatcher** section [**skill manifest**](https://microsoft.github.io/botframework-solutions/skills/handbook/manifest/).
54
+
Custom Commands uses the example sentences which are configured for the commands in order to generate the skills triggering utterances. These **triggering utterances**will be used to generate the **dispatcher** section [**skill manifest**](https://microsoft.github.io/botframework-solutions/skills/handbook/manifest/).
57
55
58
56
As an author, you might want to control which of your **example sentences** are used to generate the triggering utterances for skills.
59
57
1. By default, all the **Triggering examples** from a command will be included the manifest file.
@@ -79,4 +77,10 @@ As an author, you might want to control which of your **example sentences** are
79
77
> Additionally, if you made **any changes** to the application, you need to publish the application again for the latest changes to be reflected in the manifest file.
80
78
81
79
> [!NOTE]
82
-
> If you face any issues with publishing the application and the error directs to skills triggering utterances, please re-check the configuration for **Enabled commands for skills**. Each of the exposed commands must have at least one valid triggering utterance.
80
+
> If you face any issues with publishing the application and the error directs to skills triggering utterances, please re-check the configuration for **Enabled commands for skills**. Each of the exposed commands must have at least one valid triggering utterance.
81
+
82
+
83
+
## Next steps
84
+
85
+
> [!div class="nextstepaction"]
86
+
> [Enable a CI/CD process for your Custom Commands application](./how-to-custom-commands-deploy-cicd.md)
0 commit comments