Skip to content

Commit 2209844

Browse files
author
Eyal
authored
Orchestrator package readme (#6318)
* Orchestrator package readme * Orchestrator package readme update * Orchestrator package readme update
1 parent bd7f72f commit 2209844

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Microsoft.Bot.Builder.AI.Orchestrator
2+
3+
Embedded recognizer package for detecting and routing user intents.
4+
5+
## Getting started
6+
7+
To use Orchestrator is an intent router:
8+
9+
1. Install this Orchestrator package.
10+
2. Select it as the dialog recognizer where you want to perform the routing.
11+
3. Author your LU as you would normally do for **intents only**.
12+
4. Connect your intents to subsequent handlers such as skills, or LUIS dialogs.
13+
14+
## Notes
15+
* Orchestrator is highly recommended and is the default recognizer when creating multi-bot solutions or when adding a remote skill.
16+
* You may use Orchestrator for intent detection only as you would for routing or if entity extraction is not required.
17+
* Orchestrator does not process entity declarations or does any entity extraction today.
18+
19+
## See Also
20+
* [Dotnet package sources](https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Microsoft.Bot.Builder.AI.Orchestrator)
21+
* [JS package sources](https://github.com/microsoft/botbuilder-js/tree/main/libraries/botbuilder-ai-orchestrator)
22+
* [Orchestrator main documentation](https://aka.ms/bf-orchestrator)
23+
* [Orchestrator in Github](https://github.com/microsoft/botframework-sdk/tree/main/Orchestrator)
24+
25+
## Feedback and issues
26+
27+
If you encounter any issues with this package, or would like to share any feedback please open an Issue in our [GitHub repository](https://github.com/microsoft/botframework-components/issues/new/choose).

0 commit comments

Comments
 (0)