#次に行うこと
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/code-snippets/make-an-outbound-call-with-ncco/dotnet) -[Record 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で音声を呼び出し時に再生する方法
音声をPSTN呼び出しで再生するアプリを構築する方法を説明するチュートリアル
手順
1
このチュートリアルの概要2
Prerequisites3
.NET音声アプリケーションの作成4
Vonage Dotnetをインストールする5
音声コントローラーを追加する6
呼び出しアクションの追加7
通話受信ルートの追加8
音声ビューを追加する9
起動ルートの設定10
ASP.NETアプリを設定する11
.NETアプリを実行する12
次に行うこと