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: README.md
+20-16Lines changed: 20 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,19 @@ The Azure voice live API is a solution enabling low-latency, high-quality speech
8
8
9
9
The Azure Communication Services Calls Automation APIs provide telephony integration and real-time event triggers to perform actions based on custom business logic specific to their domain. Within the call automation APIs developers can use simple AI powered APIs, which can be used to play personalized greeting messages, recognize conversational voice inputs to gather information on contextual questions to drive a more self-service model with customers, use sentiment analysis to improve customer service overall. Learn more about [Azure Communication Services (Call Automation)](https://learn.microsoft.com/azure/communication-services/concepts/call-automation/call-automation).
10
10
11
+
## Important Security Notice
12
+
13
+
This template, the application code and configuration it contains, has been built to showcase Microsoft Azure specific services and tools. We strongly advise our customers not to make this code part of their production environments without implementing or enabling additional security features. Learn more from [Security for Azure AI Voice Live API](https://learn.microsoft.com/azure/ai-foundry/responsible-ai/speech-service/voice-live/data-privacy-security).
[**Features**](#features)\|[**Getting Started**](#getting-started)\|[**Testing the Agent**](#testing-the-agent)\|[**Guidance**](#guidance)\|[**Resources**](#resources)
17
20
18
21
</div>
19
-
<br/>
20
22
21
-
## Solution Overview
23
+
## Features
22
24
This sample demonstrates how to build a real-time voice agent using the [Azure Speech Voice Live API](https://learn.microsoft.com/azure/ai-services/speech-service/voice-live).
23
25
24
26
The solution includes:
@@ -35,7 +37,8 @@ The solution includes:
35
37
36
38
<br/>
37
39
38
-
## Quick Deploy
40
+
## Getting Started
41
+
39
42
40
43
| [](https://codespaces.new/Azure-Samples/call-center-voice-agent-accelerator) | [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/call-center-voice-agent-accelerator)
41
44
|---|---|
@@ -65,7 +68,6 @@ Here are some developers tools to set up as prerequisites:
Pick from the options below to see step-by-step instructions for: GitHub Codespaces, VS Code Dev Containers, Local Environments, and Bicep deployments.
@@ -170,7 +172,7 @@ To change the `azd` parameters from the default values, follow the steps [here](
170
172
>- Region: swedencentral is strongly recommended due to AI Foundry availability.
171
173
>- Post-Deployment: You can also setup ACS Event Grid subscription and PSTN to use the ACS client.
172
174
173
-
<br/>
175
+
174
176
175
177
## Testing the Agent
176
178
@@ -238,7 +240,13 @@ Please follow the instructions in [the instructions in `service`](./service/READ
238
240
239
241
<br/>
240
242
241
-
## Resource Clean-up
243
+
## Guidance
244
+
245
+
### Responsible AI Transparency FAQ
246
+
247
+
Please refer to [Transparency Note](https://learn.microsoft.com/azure/ai-foundry/responsible-ai/speech-service/voice-live/transparency-note) for responsible AI transparency details of the voice live api.
248
+
249
+
### Resource Clean-up
242
250
243
251
When you no longer need the resources created in this article, run the following command to power down the app:
244
252
@@ -250,12 +258,8 @@ If you want to redeploy to a different region, delete the `.azure` directory bef
250
258
251
259
<br/>
252
260
253
-
## Contributing
254
-
255
-
This project welcomes contributions and suggestions. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
256
-
257
-
<br/>
258
-
259
-
## License
260
-
261
-
This project is licensed under the MIT License. See [LICENSE.md](LICENSE.md) for details.
261
+
## Resources
262
+
-[📖 Docs: Voice live overview](https://learn.microsoft.com/azure/ai-services/speech-service/voice-live)
263
+
-[📖 Blog: Upgrade your voice agent with Azure AI Voice Live API](https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/upgrade-your-voice-agent-with-azure-ai-voice-live-api/4458247)
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6
+
7
+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](<https://docs.microsoft.com/previous-versions/tn-archive/cc751383(v=technet.10)>), please report it to us as described below.
8
+
9
+
## Reporting Security Issues
10
+
11
+
**Please do not report security vulnerabilities through public GitHub issues.**
12
+
13
+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
14
+
15
+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/msrc/pgp-key-msrc).
16
+
17
+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18
+
19
+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
+
21
+
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
+
- Full paths of source file(s) related to the manifestation of the issue
23
+
- The location of the affected source code (tag/branch/commit or direct URL)
24
+
- Any special configuration required to reproduce the issue
25
+
- Step-by-step instructions to reproduce the issue
26
+
- Proof-of-concept or exploit code (if possible)
27
+
- Impact of the issue, including how an attacker might exploit the issue
28
+
29
+
This information will help us triage your report more quickly.
30
+
31
+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
32
+
33
+
## Preferred Languages
34
+
35
+
We prefer all communications to be in English.
36
+
37
+
## Policy
38
+
39
+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/msrc/cvd).
0 commit comments