> 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/configuring-agent-occupied-rules/maximum-concurrent-engagement-capacity.md).

# 最大同時エンゲージメント定員

最大エンゲージメント同時実行は、占有ルールと連携してエージェントの定員を制御します。占有ルールはエージェントが新しいエンゲージメントを受け付けられなくなるタイミングを決定し、同時実行の設定は、各チャネル種別ごとにエージェントが処理できる同時エンゲージメント数の上限を定義します。

### <mark style="color:青;">チャネル別の上限</mark>

**音声チャネルとビデオチャネル**: 同時エンゲージメントの最大値は常に1です。これらはリアルタイムで高い集中が必要なチャネルであり、専念が求められます。

**メールチャネルとメッセージチャネル**: 設定可能な同時エンゲージメントの最大上限。上限は、エージェントのスキルレベル、チャネルの複雑さ、および組織の標準に基づいて設定できます

### <mark style="color:青;">チャネル設定 エンゲージメント定員の例</mark>

以下に、エージェントのエンゲージメント定員の例を示します。この例では、エージェントはメールのエンゲージメントを最大20件、メッセージのエンゲージメントを最大4件まで処理できます。エージェントがこれらのいずれかの上限に達すると、Ready状態であっても、その特定のチャネルについて新しい着信エンゲージメントは受信されません。

<div align="left"><figure><img src="/files/e1b34fcb355263cebe0df023f853d7aff947d251" alt=""><figcaption></figcaption></figure></div>

### <mark style="color:青;">チャネル種別間の相互作用</mark>

Readyエージェントへの新しい音声またはビデオのエンゲージメントの配信は、現在のメール/メッセージ負荷の設定に依存します。この設計により、組織は次のことが可能になります。

* エージェントが音声/ビデオの中断なしにメール/メッセージ業務に集中できるようにする
* 必要なときに音声/ビデオ通話が適切な優先度で処理されるようにする
* さまざまなチャネル種別間でワークロードを分散する

#### 音声チャネルとビデオチャネルの設定例

以下の例では、エージェントはメールチャネルの負荷が100%以下で、メッセージチャネルの負荷が50%以下のときにのみ、新しい音声またはビデオ通話を受信します。メールのしきい値を100%に設定すると、エージェントがメールの定員に達していても（たとえば、進行中のメールが10件中10件ある場合でも）、新しい音声またはビデオ通話を受信できます。これにより、メール—リアルタイムではないチャネル—が音声またはビデオのルーティングを妨げることがなくなり、さらに低いメッセージのしきい値によって、進行中のリアルタイム会話への集中を保護できます。

<div align="left"><figure><img src="/files/932603cfb2e82ac392ead744b9feab7a13eddbec" alt=""><figcaption></figcaption></figure></div>


---

# 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/configuring-agent-occupied-rules/maximum-concurrent-engagement-capacity.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.
