Onpageopen

会根据联系人对特定问题的回复,为坐席转换一系列界面/弹出窗口。调用 Agent Scripting 可以减少培训时间,改进呼叫处理质量,并让联络中心更好地管控呼叫处理方式。

Dependencies

  • 请务必使用 Pageclose action来结束一系列的 Page 操作。不关闭 Page 可能会导致联系“卡顿”,因为即使交互完成后,坐席也可以在弹出的页面中单击 Next
  • 要预览页面,请使用 OnPreview action

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.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

通用

电子邮件 聊天 电话 语音信箱 工作项目 短信 数字

Input Properties

这些属性定义操作在执行时使用的数据。

属性

说明

说明文字

输入在脚本中唯一标识此操作的短语。标题显示在脚本画布上的操作图标下方。The default is the action name.

SkillNameVar

接收当前 ACD 技能关闭 用于根据坐席的技能、能力和知识自动传递交互名称的变量的名称。默认值:SKLNAME

AgentFirstName

对于应答呼叫联系人的坐席,接收其名字的变量的名称。默认值:FIRST

AgentLastName

对于应答呼叫联系人的坐席,接收其姓氏的变量的名称。默认值:LAST

AgentID

用于接收应答联系人的坐席 ID 的变量。默认值:AGENTID

Result Branch Conditions

结果分支条件允许您在脚本中创建分支,以在执行操作时处理不同的结果。

条件

说明

Default

除了脚本满足条件要求其接受其他分支的情况之外,所要采用的路径。如果未定义操作的其他分支,也会执行此操作。