Cisco Cisco Unified IP Interactive Voice Response (IVR) 8.0(1) Leaflet

Page of 368
 
Chapter 2      CRS Editor Palette Step Descriptions
Prompt Steps
2-216
Cisco CRS Scripting and Development Series: Volume 2, Editor Step Reference Guide, Release 6.0(1)
(Character character)
Character character, Boolean play_all)
The two parameters are:
Character—The character object to be played back.
Play_all—Optional Boolean flag indicating whether to play spaces, 
punctuation, and other special characters normally instead of playing them as 
silence (ranging from 250ms to 500ms).
Spelling
The Spelling generator type supports the following constructors:
(String string)
(String string, Boolean punctuation)
(Object object)
(Object object, Boolean punctuation)
The three parameters are:
String—String object to be played back.
Object—Object for which the string representation returned by the 
String.valueOf()
 method should be spelled out.
Punctuation—An optional Boolean flag indicating whether to play spaces, 
punctuations, and special characters normally or as silences.
Note
Punctuation default behavior in the Spelling generator is different 
from Play-all default behavior in the Character generator.
Date
The Date generator type supports the following constructors:
(Date date)
(Date date, Boolean skip.current.year)
(Number year)