Ordinal
The Ordinal generator type supports the following constructors:
-
(Number number)
-
(String number)
-
(Number number, Number gender)
-
(String number, Number gender)
The two parameters are:
-
Number—Any Number or String object defining the ordinal number to be played back. The supported range is from 1 to 999999.
-
Gender—When the ordinal number must be played back in a specific gender context, this parameter specifies this context. Valid values are 0 for neutral, 1 for male, and 2 for female.
Note | If the language associated with the call does not behave differently based on gender, then this parameter is ignored. |