<!-- Intent: takes the given array of VOICE_ALERT_PROFILE objects
		and returns the text content for the specified language.
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Voice/Helpers/VoiceContentProfileArrayToText/English/alert_human
	-->

<ArrayOfVOICE_ALERT_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<VOICE_ALERT_PROFILE>
<SpokenLanguage>English</SpokenLanguage>
<TTY_Text>this is the TTY message</TTY_Text>
<VoiceItem>
<VOICE_ALERT_CONTENT>
<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>
</VoiceItem>
</VOICE_ALERT_PROFILE>
</ArrayOfVOICE_ALERT_PROFILE>

<!-- example return value -->
<TextContent>This is the message.</TextContent>