> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/application/voicecs.md).

# 音声カスタマーサポート

最新の音声カスタマーサポートシステムは人工知能技術を組み合わせることで、多様かつ柔軟なソリューションを提供し、サービス効率とカスタマーエクスペリエンスを向上させます。全体の流れは **音声入力** から始まり、**ASR 音声認識** によってお客様の音声をテキストに変換し、続いてニーズに応じてさまざまな AI アシスタント機能を適用して、柔軟にその後の処理を行います。

AI アシスタントは以下の用途をカバーします。

1. **意図認識**：お客様の音声内容を解析し、ニーズや問題を素早く把握することで、その後の処理を容易にします。
2. **要約振り分け**：複雑なお客様のニーズに対して要約を生成し、適切なサービス部門やシステムへ自動的に振り分けます。
3. **インテリジェント品質検査**：リアルタイムで通話のモニタリングと分析を行い、サービス品質が基準を満たしていることを確認します。
4. **インテリジェント応答**：意図認識の結果に基づいて適切な応答内容を生成し、**TTS 音声合成** 技術によって音声に変換して、お客様に応答します。

以上の機能は実際のニーズに応じて柔軟に選択でき、必ずしも全フローを実行する必要はなく、さまざまなシーンやニーズに合わせて設計します。たとえば、意図認識のみが必要なシーンもあれば、インテリジェント応答はリアルタイムの音声応答を提供したい場面に適しています。

これらの応用モジュールを組み合わせることで、機能が多様で高い適応性を備えた音声カスタマーサポートのエコシステムが構築され、より効率的でパーソナライズされたお客様とのやり取りが実現します。続いて、各用途において AI アシスタントと MaiAgent のソリューションをどのように構築すべきかについて詳しくご紹介し、その技術的な核心と応用価値をご説明します。

```mermaid
flowchart LR
    A[音声入力] --> B[ASR 音声認識]
    B --> E[意図認識]
    B --> X[有人カスタマーサポートアシスタント]
    B --> F[要約振り分け]
    B --> G[インテリジェント品質検査]
    B --> H[インテリジェント応答]
    

    
    subgraph AI アシスタント
    E
    F
    G
    H
    X
    end
    
    H --> I[TTS 音声合成]
    I --> J[音声出力]
```

MaiAgent には現在、多様な ASR 音声認識と TTS 音声合成があらかじめ統合されており、ユーザーはさまざまなシーンに応じて適切な技術を選択できます。

<figure><img src="/files/Q5jkHny3MTGZgEs6nM87" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/application/voicecs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
