Skip to content

Commit 62840ec

Browse files
authored
Merge pull request #98551 from msandrewhoang03/anhoang/IntroduceAzureResourceSettings
[CogSvcs] Added Section on Updating LUIS Resource from Settings
2 parents 64a21f6 + 18ef226 commit 62840ec

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
142 KB
Loading

articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-create-new.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ The default view is a list of the Custom Commands applications you created.
6161

6262
Your view should now be an overview of your Custom Commands application.
6363

64+
## Update LUIS Resources (Optional)
65+
66+
You can update the authoring resource set in the new project window, and set a prediction resource used to recognize inputs during runtime.
67+
68+
> [!NOTE]
69+
> You will need to set a prediction resource before your application requests predictions beyond the 1,000 requests provided by the authoring resource.
70+
71+
> [!div class="mx-imgBorder"]
72+
> ![Set LUIS Resources](media/custom-speech-commands/set-luis-resources.png)
73+
74+
1. Navigate to the LUIS Resources pane by selecting **Settings** from the left pane, and then **LUIS Resources** from the middle pane.
75+
1. Select a prediction resource, or create one by selecting **Create new resource**
76+
1. Select **Save**
77+
6478
## Create a new Command
6579

6680
Now you can create a Command. Let's use an example that will take a single utterance, `turn on the tv`, and respond with the message `Ok, turning on the TV`.

0 commit comments

Comments
 (0)