Pageclose

Closes the script that pops for an agent as described in Page.

Invoking Agent Scripting will cut down on training, improve call handling, and the contact center will have more control in the way calls are being handled. The system can be configured to display screens and pop-ups so that agents can be directed to the next steps needed while they are on the phone with the contact. The agent is transitioned through a series of pages depending on how the contact responds to certain questions. The Pageclose action closes out the final page.

When a script launches a Page action, the context of the script moves to a temporary location. If the page calls for storing any information in variables, those variables only become available to CXone after the Pageclose action. For example, you might use a Page action to pop up a form for your contact to complete. The contact's answers are stored in the temporary location as they are entered, and become available for further script or agent action after Pageclose.

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.

Generic

Email Chat Phone Voicemail Work Item SMS Digital

Properties

None

Result Branch Conditions

Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.

Condition

Description

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the action's other branches are not defined.