Sampling is a process that uses data collected from a selected group (a sample) to represent an entire population's activities, attitude, opinions, and interests. Read more...
Scope is the boundary in which variables and expressions are associated. In VoiceXML, we generally refer to local scope and global scope when referring to IVR code. Scope is used to determine which information (i.e. variables) is available to different part of your application. Read more...See also: VoiceXML
One of the features included in Plum’s Voice Platform v. 3.0 is a scratchpad, which allows users to test application prototypes and new code ideas. Read more...
The script element allows the specification of a block of client-side scripting language code, and is analogous to the HTML SCRIPT element. Read more...
Software Release Life Cycle is the title given to the phases of development for computer software and running the gamut from initial development all the way to public release and updated versions of the release. Read more...
The Stop Online Piracy Act (typically referred to by its acronym, SOPA) is a bill that would allow U.S. law enforcement officials additional provisions to combat the online trafficking of copyrighted intellectual property or counterfeit goods. Read more...
Not to be confused with canned meat, electronic spam denotes the use of an electronic messaging system (typically e-mail) to send unsolicited messages in bulk as a form of advertising. Read more...
SRGS+XML is a grammar format for use with speech recognition technology that allows a programmer to specify a list of words that the speech recognition engine will identify. Read more...See also: Grammar
A string is a sequence of characters, often represented in memory as an array of bytes. They may contain encoded text, binary data, or formatted data. Strings are a fundamental data type in almost all programming languages. Read more...
A subdialogtag allows users to execute a new VoiceXML document in a new context. Subdialogs are mechanisms for reusing common dialogs and building libraries of reusable applications. Read more...See also: Recordcall
The submit element is used to submit information to the origin web server and then transition to the document sent back in the response. Read more...See also: Recordcall
Survey
A tool for collecting responses on a particular topic, typically in the form of a questionnaire. Plum provides a product for IVR surveys called Plum Survey. See also: Plum IVR Survey
An web-based and graphical IVR application development environment created by Plum which can be used to rapidly prototype, create, share and deploy IVR applications. Currently in private beta.
SynApps, later titled QuickFuse, is Plum’s Voice’s new intuitive cloud telephony service that is used for creating smarter voice applications. Read more...
A method for submitting data to a web server and a part of the HTTP protocol. This method is typically used instead of GET when the submission is expected to change resources on the server or cause side effects.