Onanswer

ライブエージェントまたは着信者が連絡先に応答したときに、特定のタスクを実行します。たとえば、着信者が電話を取ると、連絡先をログに記録できます。

Onanswerは、デジタル閉じた Digital First Omnichannelに関連するあらゆるチャネル、コンタクト、スキル。スクリプトでは機能しません。ワークフローの自動化を使用すると、デジタルインタラクションでも同様の結果を得ることができます。エージェントがインタラクションに応答した後に実行されるスクリプトを生成するトリガーとジョブを作成します。

Dependencies

  • Onanswerevent actionです。
  • 連絡先が応答される前に発生していた可能性のあるスクリプトの実行は終了します。スクリプトはOnanswerから再開されます。それ以外の場合、スクリプトは中断されます。
  • Onanswerイベントは、着信側(エージェントまたは連絡先)が電話に応答するまでトリガーされません。
  • コンタクトセンターエージェントが通話に応答すると、マーキーまたはスクリーンポップが表示されることがあります。

Supported Script Types

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

ジェネリック

Eメール チャット 電話 ボイスメール ワークアイテム SMS

Input Properties

これらのプロパティは、アクションが実行時に使用するデータを定義します。

プロパティ

説明

を追加

スクリプト内でこのアクションを一意に識別できる、短いフレーズを入力します。アクションアイコンにカーソルを合わせるとキャプションが表示されます。The default is the action name.

SkillNameVar

現在のACDスキル閉じた エージェントのスキル、能力、知識に基づいてインタラクションの配信を自動化するために使用されますの名前を受け取る変数の名前。デフォルト:SKLNAME

AgentFirstName

連絡に応答したエージェントの名を受け取る変数の名前。デフォルト:FIRST

AgentLastName

連絡に応答したエージェントの姓を受け取る変数の名前。デフォルト:LAST

AgentID

コンタクトに応答したエージェントのエージェントIDを受け取る変数。デフォルト:AGENTID

Result Branch Conditions

結果の分岐条件を使用すると、アクションが実行されたときにさまざまな結果を処理できるように、スクリプトにブランチを作成できます。

状態

説明

Default

スクリプトが他のブランチのいずれかを取る必要がある条件を満たさない限り、パスが取られます。他のブランチが定義されていない場合にも使用されます。

Script Example

この例は完全なスクリプトではありません。このアクションを使用するには、追加のスクリプト作業が必要です。

In this example, the system places a call, plays a message, and then the script hangs up the call. Additionally, when the call is answered, the Onanswer event triggers the call to be logged.

Download this script.