Tag Name & type | # | Description |
---|
TTSObjectCreateRequest | | Namespace of this element is http://ws.easylink.com/TTSObjectCreate/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| ObjectStore xs:string | 1 | The store in which the TTS object is to be created. This can be a specific EasyLink "domain" name, but using the generic system type "XDDS" or "MR" allows the Cloud Fax and Notifications API to choose the most appropriate available switch. |
| ReplaceExisting xs:boolean | 1 | This boolean value indicates whether or not an existing TTS object will be overwritten. If "false", then the operation will fail if the TTS object already exists. If "true", then a new TTS object will be created, possibly ovewriting an existing one. |
| TTSObjectId StoredObjectIdType | 1 | TTS object identifier. See Stored Objects. |
| TTSObjectContent TTSObjectContentType | 1 | This element is used to provide the TTS stored object contents. |
| TTSContent DocumentType | 1 | This contains the SSML file to be used in the TTS object, in Document format. See DocumentType. |
| Attachment DocumentType | 0- | These are the WAV file attachments associated with the TTS template, in Document format. See DocumentType. The DocType must be WAV. |