Native
Synchronous
No Custom Parameters
CreateText initializes a Text XML object, which one can later use to display text on a Cisco IP Phone.
CreateText allows the developer to establish the Title, Prompt, and Text of a Cisco IP Phone Text XML object. These parameters are stored into the Text XML type. This type can later be manipulated further by using the AddSoftKeyItem to add softkeys to the text object.
This action does not communicate with a Cisco IP Phone; it only formats XML specific to the schema defined by the Cisco IP Phones that support Cisco IP Phone XML Services. Later in the script the XML object stored in a variable can be sent to the phone with either SendResponse or SendExecute.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Title | System.String | The title of the text XML object. This will be displayed on the Cisco IP Phone. | |
| Prompt | System.String | The prompt to the user to indicate the action that needs to be taken. This will de displayed on the Cisco IP Phone. | |
| Text | System.String | The content of the of the text XML object. This will be displayed on the Cisco IP Phone. | |
| FormatURL | System.Boolean | true | FormatURL |
| SoftKeyItem | Metreos.Types.CiscoIpPhone.CiscoIPPhoneSoftKeyType[] | SoftKeyItem |
| Parameter Name | .NET Type | Description |
|---|---|---|
| XmlObject | System.String | XmlObject |
Branch Conditions
No description.
No description.