> 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).

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

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

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

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

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

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

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

<div align="left"><figure><img src="https://2994873379-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2Fgit-blob-011458395fb1b6064a1331fce8c1ab7c96cf49cc%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure></div>

### <mark style="color:青;">チャネル種別間の連携</mark>

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

* エージェントが音声/ビデオによる中断なしにメール/メッセージ作業に集中できるようにする
* 必要なときに音声/ビデオ通話が適切な優先度を受けられるようにする
* さまざまなチャネル種別にわたって作業負荷を分散する

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

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

<div align="left"><figure><img src="https://2994873379-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctBXUMeBy4rtLMmMkKRG%2Fuploads%2Fgit-blob-cb5a102d4b16f1ae76e11c67d271bbbf5187c45c%2Fimage.png?alt=media" 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.
