> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website.md).

# Zoom コンタクトセンターの機能をWebサイトに統合する

Justin Steinbergによる執筆

このトピックでは、Zoom コンタクトセンター（ZCC）のチャット、ビデオ通話、スケジュール済みコールバック、コブラウズ、Zoom Virtual Agentについて説明します。

今日のデジタル環境では、顧客エンゲージメントがビジネスの成功にとって最も重要です。ウェブチャット、ビデオ通話、コブラウズ、スケジュール済みコールバックなどのインタラクティブな機能を連携することで、ウェブサイトでのユーザー体験を大幅に向上させることができます。この記事では、Zoom コンタクトセンターの機能をサイトにシームレスに連携する方法について説明し、このテクノロジーをウェブサイトに実装するための主要な概念と重要な側面を包括的に紹介します。

この記事では、以下の主な機能について説明します。

* **Zoom コンタクトセンター ウェブチャット：** ウェブサイトの訪問者がコンタクトセンターのエージェントとリアルタイムでチャットできるようにし、応答性とサポートを向上させます。
* **Zoom Virtual Agent：** AI を活用したZoom Virtual Agent（ZVA）を使用して、受信リクエストを効率的に処理します。ZVA は一般的な問い合わせに対応できるため、人間のエージェントはより複雑な問題に集中できます。
* **Zoom コンタクトセンター ビデオ通話：** ウェブサイトの訪問者がエージェントとのビデオ通話を開始できるようにします。画面共有とリモートコントロールの機能を備えており、より複雑な問題に最適です。
* **Zoom コンタクトセンター スケジュール済みコールバック：** ウェブサイトのお客様が音声またはビデオチャネルを通じて柔軟にコールバックをリクエストできるようにし、都合のよいときにサポートを利用できるようにします。
* **Zoom コンタクトセンター コブラウズ：** ウェブサイトのお客様とコンタクトセンターのエージェント間でコブラウズセッションを実現し、エージェントがお客様をリアルタイムでウェブサイトのナビゲーションに案内できるようにします。

特定のビジネスニーズに対応するため、これらの機能を任意に組み合わせてウェブサイトに実装できます。

***

### ウェブチャットとビデオの設定

Zoom CX 機能を使い始めましょう。

{% content-ref url="/pages/2ba1ac6648dcfa35e2d698bfc6859735e25573ff" %}
[Webチャットとビデオの設定タスク](/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/web-chat-and-video-configuration-tasks.md)
{% endcontent-ref %}

***

### コールバックのスケジュール、コブラウズ、Zoom CX Web SDK

コールバックのスケジュール作成、コブラウズの実装、Zoom CX Web SDK の活用方法について詳細情報をご覧ください。

{% content-ref url="/pages/41e0902bd6bfeb32ecb5738c049b34e55a6e6d8c" %}
[スケジュール済みコールバック、コブラウズ、Zoom CX Web SDK](/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/scheduled-callbacks-cobrowse-and-zoom-cx-web-sdk.md)
{% endcontent-ref %}


---

# 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://library.zoom.com/technical-library/ja/bijinesusbisu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website.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.
