Siebel SmartScript Administration Guide > Overview of Siebel SmartScript >

About Scripting Terminology


You must be familiar with the terms listed in Table 2 to understand scripting.

Table 2. Scripting Terminology
Term
Definition

element

Any named part of a script, such as a question, an answer, a page, or a branch.

script

The object that contains all subsidiary content and procedural elements for directing the workflow for an interaction. It consists of a name and a collection of pages, and the branches needed to move between the pages.

page

The logical grouping of questions within a page that display together for the user.

question

A script element that is a question to be asked of customers, or a text message that provides information to the agent. Questions are displayed on pages.

answer

A script element that represents an answer to a question. Answers appear as data entry fields or as any of several types of UI elements, including check boxes, drop-down lists, and multi-value groups.

translation

A text string used to display script elements in languages other than the original, so that scripts can be used in multilingual call centers. The screen appearance is determined by the type of script element (page, question, and so forth) to which the translation string is assigned. The maximum length of a translated string is 2000 characters.

branch

The transfers of control inside a SmartScript that define the display and processing sequence of pages or questions.

page section

The logical grouping of questions within a page that display together to the user at one time.

Script Designer and Page Designer

Script Designer and Page Designer are visual tools that allow a script administrator to create scripts by graphically manipulating script elements while the script flow is being defined.

Script Sessions Table

Any script can have its questions and answers saved to a common answer table. This table is modeled with a parent table that displays the script name, position ID, contact ID, StartDate-Time, and campaign ID. The child table shows name-value pairs. This table is useful for later analysis of script sessions and answers.

Siebel SmartScript Administration Guide Copyright © 2006, Oracle. All rights reserved.