<!-- Intent: parses the text content and returns a VOICE_ALERT_CONTENT object
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Voice/Helpers/TextToVoiceContentObject/alert_human/true
	-->
<TextContent>This is the message.</TextContent>

<!-- example return value -->
<VOICE_ALERT_CONTENT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<VoiceItemType>alert_human</VoiceItemType>
<AudioSource>
<AUDIO_SOURCE xsi:type="AUDIO_SOURCE_TTS_TEXT">
<AudioType>audio_source_tts_text</AudioType>
<TTSText>This is the message.</TTSText>
</AUDIO_SOURCE>
</AudioSource>
</VOICE_ALERT_CONTENT>