From b05b7668f4e255d05c7a87e4cb3c6783c73a58bb Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 29 Jan 2025 12:04:10 -0800 Subject: [PATCH] docs: link to example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00d7ba2..e9ba2a3 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,9 @@ These examples provide: - Projects - [examples/manage/projects](https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/examples/manage/projects/Program.cs) - Scopes - [examples/manage/scopes](https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/examples/manage/scopes/Program.cs) - Usage - [examples/manage/usage](https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/examples/manage/usage/Program.cs) + +- Voice Agent API + - From a Microphone - [examples/agent/websocket/simple](https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/examples/agent/websocket/simple/Program.cs) To run each example, set the `DEEPGRAM_API_KEY` as an environment variable, then `cd` into each example folder and execute the example: `dotnet run .csproj`.