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

Maximum Engagement Concurrency は Occupied Rules と連携して agent の定員を制御します。Occupied Rules は agent が新しい engagement を受け付けられなくなるタイミングを決定し、concurrency 設定は、各チャネル種別ごとに agent が処理できる同時 engagement の上限を定義します。

### <mark style="color:青;">チャネル固有の制限</mark>

**音声およびビデオチャネル**: 最大同時 engagement 値は常に 1 です。これらはリアルタイムで高い集中を要するチャネルであり、専用の注意が必要です。

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

### <mark style="color:青;">チャネル設定 engagement 定員の例</mark>

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

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

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

Ready 状態の agent に新しい音声またはビデオ engagement を配信するかどうかは、現在のメール/メッセージ負荷設定に依存します。この設計により、組織は以下を実現できます:

* 音声/ビデオの中断なしにメール/メッセージ業務に集中できるようにする
* 必要に応じて音声/ビデオ通話が適切な優先順位で受信されるようにする
* 異なるチャネル種別間でワークロードをバランスさせる

#### 音声およびビデオチャネル設定の例

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

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


---

# Agent Instructions: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
