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: sdk/cognitivelanguage/azure-ai-language-conversations/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The CLU **analyze api** encompasses two projects; conversation, and orchestratio
6
6
You can use the "conversation" project if you want to extract intents (intention behind a user utterance) and custom entities.
7
7
You can also use the "orchestration" project which orchestrates multiple language apps to get the best response (language apps like Question Answering, Luis, and Conversation).
@@ -62,6 +60,11 @@ what you can do with the Azure Conversational Language Understanding client libr
62
60
|[sample_analyze_orchestration_app_conversation_response.py][sample_analyze_orchestration_app_conversation_response] and [sample_analyze_orchestration_app_conversation_reponse_async.py][sample_analyze_orchestration_app_conversation_response_async]| Same as orchestration sample, but in this case the best response will be a Conversation project |
63
61
|[sample_analyze_orchestration_app_luis_response.py][sample_analyze_orchestration_app_luis_response] and [sample_analyze_orchestration_app_luis_response_async.py][sample_analyze_orchestration_app_luis_response_async]| Same as orchestration sample, but in this case the best response will be a LUIS project |
64
62
63
+
## Next Steps
64
+
65
+
Check out the [API reference documentation][api_reference_documentation] to learn more about
66
+
what you can do with the Azure Conversational Language Understanding client library.
0 commit comments