Листовка для Cisco Cisco Unified IP Interactive Voice Response (IVR) 8.0(1)

Скачать
Страница из 368
 
2-25
Cisco CRS Scripting and Development Series: Volume 2, Editor Step Reference Guide, Release 6.0(1)
 
Chapter 2      CRS Editor Palette Step Descriptions
General Steps
You can also use the Set step to convert a String variable to any Number data type. 
For String conversions, the system replaces all “*” characters with a decimal point 
(“.”) before performing the conversion. 
The Set step also supports the following conversions:
Time expressions to string with selection of the type of encoding between 
Short, Medium, Long and Full format.
Date expressions to string with selection of the type of encoding between 
Short Date, Medium Date, Long Date, Full Date, Short Time, Medium Time, 
Long Time and Full Time format.
Any other type to a string
String expression to a Prompt by using the string to represent the user prompt 
name.
A string expression to a Date by parsing the string
A string expression to a Time by parsing the string
A string expression to a Boolean by accepting yes, true, y, t, or 1 in any case 
as true values and no, false, n, f, 0 as false values.
A document expression into a prompt by using the document content as if it 
was an audio document
A prompt expression into a document by processing the prompt and storing 
its content into the specified variable of type document.
Note
For more information on type casting and variables, see Cisco CRS Scripting and 
Development Series: Volume 3, Expression Language Reference.
 describes the properties of the Set customizer window:
Table 2-8
Set Properties
Property
Description
Variable
Variable for which the value will be set.
Value
Value for the specified variable.