#次に行うこと
Vonage音声用APIの機能の詳細をご覧ください。
- [Read the Voice API documentation (音声用APIドキュメントを読む)](/voice/voice-api/overview)
- [View the API Reference (APIリファレンスを表示)](/api/voice)
- [Play Text To Speech into a Call (通話中にテキスト読み上げを再生する)](/voice/voice-api/tutorials/play-audio-dotnet)
- [Play Audio into a Call (通話に音声を再生する)](https://developer.nexmo.com/voice/voice-api/code-snippets/record-a-call/dotnet)
- [Take Speech Input (音声入力を取得する)](https://developer.nexmo.com/voice/voice-api/code-snippets/handle-user-input-with-asr/dotnet)
- [Handle User Key Input (ユーザーキー入力を処理する)](https://developer.nexmo.com/voice/voice-api/code-snippets/handle-user-input/handle-user-input-with-dtmf)
- [NCCO Reference (NCCOリファレンス)](https://developer.nexmo.com/voice/voice-api/ncco-reference)
.NETでボイスメールを作成する方法
.NETで着信通話を記録するアプリを作成する方法を説明するチュートリアル
手順
1
このチュートリアルの概要2
Prerequisites3
.NET音声アプリケーションの作成4
Vonage Dotnetをインストールする5
音声コントローラーを追加する6
ボイスメール応答ルートの追加7
録音ルートを追加8
ASP.NETアプリを設定する9
.NETアプリを実行する10
次に行うこと