Skip to content

Commit 9789876

Browse files
committed
PR comments
1 parent 5bc774f commit 9789876

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-commands-integrate-remote-skills.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ In this article, you will learn how to export a Custom Commands application as a
2424
> * 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)
2525
2626
## 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.
2929

3030
## Configure an application to be exposed as a remote skill
3131

@@ -36,14 +36,12 @@ In this article, you will learn how to export a Custom Commands application as a
3636
### Authentication to skills
3737
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.
3838
> [!div class="mx-imgBorder"]
39-
> ![Add a MSA id to skill](media/custom-commands/skill-add-MSA-Id.png)
39+
> ![Add a MSA id to skill](media/custom-commands/skill-add-msa-id.png)
4040
4141
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.
4242
> [!TIP]
4343
> To disable authentication, delete all the Microsoft Application Ids from the allowed list.
4444
45-
46-
4745
### Enable/disable commands to be exposed as skills
4846

4947
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
5351
1. Select **Save**.
5452

5553
### 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/).
5755

5856
As an author, you might want to control which of your **example sentences** are used to generate the triggering utterances for skills.
5957
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
7977
> 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.
8078
8179
> [!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)

articles/cognitive-services/Speech-Service/how-to-custom-commands-setup-web-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ If you tested out the app with `turn on tv` in previous section, you would see t
203203
## Next steps
204204

205205
> [!div class="nextstepaction"]
206-
> [Enable a CI/CD process for your Custom Commands application](./how-to-custom-commands-deploy-cicd.md)
206+
> [Export Custom Commands application as a remote skill](./how-to-custom-commands-integrate-remote-skills.md)

0 commit comments

Comments
 (0)