This type is used in VoiceScript functions.
Tag Name & type | # | Description |
|---|
| DocumentInfoType | | Used in the VoiceScript functions, this is used to represent a wave file stored either as a SOS object or as a file. |
| | DocType xs:string | 1 | VoiceScripts only use the value "WAV". |
| | SosObject SosObjectIdType | 1 | This choice is used to refer to a document stored as a Stored Object. |
| | @sosType xs:string | 1 | Indicates the stored object type. Currently supported stored object types are:
| tts | Text-to-Speech template |
| vcs | Voice Control Script |
|
| | @ownershipLevel OwnershipLevelType | 0-1 | Optional attribute indicating the ownership level of the stored object. Currently supported levels are:
| user | the stored object belongs to the user |
| customer | the stored object belongs to the customer |
| group | the stored object belongs to the group |
| domain | the stored object is available to everyone |
|
Filename xs:string | 1 | Filename of the WAV file. |