-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated links in sync with other SDKs (#36364)
- Loading branch information
1 parent
64b4438
commit 4acde9e
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,10 +60,15 @@ When you submit a pull request, a CLA-bot will automatically determine whether y | |
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [[email protected]][coc_contact] with any additional questions or comments. | ||
|
||
## Next steps | ||
|
||
- [Read more about Call Automation in Azure Communication Services][call_automation_apis_overview] | ||
- [Read more about Call Recording in Azure Communication Services][call_recording_overview] | ||
- For a basic guide on how to record and download calls with Event Grid please refer to the [Record and download calls with Event Grid][record_and_download_calls_with_event_grid]. | ||
- [Call Automation Overview][overview] | ||
- [Incoming Call Concept][incomingcall] | ||
- [Build a customer interaction workflow using Call Automation][build1] | ||
- [Redirect inbound telephony calls with Call Automation][build2] | ||
- [Connect Azure Communication Services with Azure AI services][cognitive_integration] | ||
- [Quickstart: Play action][build3] | ||
- [Quickstart: Recognize action][build4] | ||
- [Read more about Call Recording in Azure Communication Services][recording1] | ||
- [Record and download calls with Event Grid][recording2] | ||
|
||
<!-- LINKS --> | ||
[cla]: https://cla.microsoft.com | ||
|
@@ -73,7 +78,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m | |
[product_docs]: https://docs.microsoft.com/azure/communication-services/ | ||
[package]: https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-java-communication-interaction | ||
[api_documentation]: https://aka.ms/java-docs | ||
[call_automation_apis_overview]:https://docs.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation-apis | ||
[call_recording_overview]:https://docs.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-recording | ||
[record_and_download_calls_with_event_grid]:https://docs.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/download-recording-file-sample | ||
[source]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/communication/azure-communication-callautomation/src | ||
[overview]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-automation | ||
[incomingcall]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/incoming-call-notification | ||
[build1]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-java | ||
[build2]: https://learn.microsoft.com/azure/communication-services/how-tos/call-automation-sdk/redirect-inbound-telephony-calls?pivots=programming-language-java | ||
[build3]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/play-action?pivots=programming-language-java | ||
[build4]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/recognize-action?pivots=programming-language-java | ||
[recording1]: https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/call-recording | ||
[recording2]: https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/get-started-call-recording?pivots=programming-language-java | ||
[cognitive_integration]: https://learn.microsoft.com/azure/communication-services/concepts/call-automation/azure-communication-services-azure-cognitive-services-integration |