提供: Bright Pattern Documentation
移動先: 案内検索
• English
• 5.19 • 5.3 • 5.8

基本的なシナリオの作成

ここでは、システムが受付可能なエージェントを見つけてお客様に接続する、最も基本的なシナリオの作成方法について説明します。

概要

基本的なシナリオは、より複雑なシナリオを作成できるためのベースです。チャットまたは 音声 シナリオを作成する場合、発生するアクションは2つのみです:エージェントの検索とエージェントとお客様の接続です。 音声シナリオの場合、エージェントの検索電話の接続というブロックが使われます; チャットシナリオの場合、エージェントの検索 (チャット)チャットの接続というブロックが使われます。

基本的なシナリオを作成する場合、エージェントの検索ブロックと電話/チャットの接続ブロックは常に隣で配置しなければなりません。なぜかというと、エージェントの検索ブロックがエージェントを検索するが、通信チャネルをオープンしないからです。このブロックは $(destination) 変数を使って対話の宛先を指定し、それをチャット/電話ブロックへ渡します。チャット/電話ブロックはチャンネルをオープンします。


A basic voice scenario with defined conditional exits


Chat

A basic chat scenario consists of the Find Agent (Chat) block and Connect Chat block.

Find Agent (Chat)

In the Find Agent (Chat) block, you will specify agent skills so the system knows which agents to find; also, you will specify the wait time and wait condition (i.e, omni-channel routing).

Additionally, you may add an interval. For example, you may want to specify that for the first 30 seconds, transfer the call to any agent with a service capacity of 25% or higher. Note that you can set multiple intervals to look for agents.

Also, it is possible to specify skills from different skill groups, and even multiple services, in only one Find Agent block (i.e., you do not need multiple Find Agent blocks).


The Find Agent block settings in a chat scenario


Connect Chat

The Connect Chat block allows you to specify a default service destination, an override service destination, and additional settings.

The Connect Chat block settings


Voice

A basic voice scenario consists of a Find Agent block and a Connect Call block.

Find Agent

Like Find Agent (Chat), Find Agent allows you to specify agent skills, wait time and condition, and transfer interval; however, there are additional settings for the voice elements associated with this block. Specific voice options include Virtual Queue and prompts.


The Find Agent block settings in a voice scenario


Connect Call

In the Connect Call block, you can set your destinations and other options such as custom hold music, service announcements, and so forth.


The Connect Call block settings


Suggested Reading

In order to better understand the basic principles of scenario design, we recommend reading the following articles:

And finally, don't forget to save your work early and often!

< 前へ | 次へ >