提供: Bright Pattern Documentation
移動先: 案内検索
Created page with "== レポートの統計は''スキル要求''ブロックまたは''エージェント検索'ブロックを使って付与されたスキルに左右されますか? =="
Created page with "レポートは、スキル要求またはサービスブロックを使って付与されたスキル、またはシナリオの開始時にダイヤルインエントリー..."
Line 3: Line 3:
== レポートの統計は''スキル要求''ブロックまたは''エージェント検索'ブロックを使って付与されたスキルに左右されますか? ==
== レポートの統計は''スキル要求''ブロックまたは''エージェント検索'ブロックを使って付与されたスキルに左右されますか? ==


The reports are only affected by skills assigned using the Request Skill or Service block or the skills assigned on scenario start (via dial-in entry configuration). The Find Agent block does not affect statistics.
レポートは、スキル要求またはサービスブロックを使って付与されたスキル、またはシナリオの開始時にダイヤルインエントリー設定を介して付与されたスキルに左右されます。 エージェント検索ブロックは統計に影響を与えません。





Revision as of 14:56, 30 September 2019

• English

シナリオブロック

レポートの統計はスキル要求ブロックまたはエージェント検索'ブロックを使って付与されたスキルに左右されますか?

レポートは、スキル要求またはサービスブロックを使って付与されたスキル、またはシナリオの開始時にダイヤルインエントリー設定を介して付与されたスキルに左右されます。 エージェント検索ブロックは統計に影響を与えません。


Variable $(user.loginId) does not get the agent’s username in scenarios. We are currently calling it after the Connect Call block in order to build the path for the call recordings. How is this fixed?

In your scenario, the variable needs to be set between the Find Agent block and the Connect Call block. In order to get the agent’s name, the variable has to be set after the agent is found. If you do not initiate the variable after the Find Agent block and before the Connect Call block, you will not know who the agent is.


Example scenario where the Set Variable block follows the Find Agent block
< 前へ | 次へ >