Forum Discussion
BvdL79
Mar 27, 2023Brass Contributor
Gender (VoiceID) of an Auto Attendant
Hi all, I was able to change the VoiceID of the Auto Attendant using the following code: $AutoAttendant = Get-CSAutoAttendant -Idenitity %id%
$AutoAttendant.VoiceId = 'Male'
Set-CSAutoAttend...
- Mar 28, 2023
When Googling on "nl-NL Dutch (Netherlands) Female" there is just 1 hit:
There is a PowerShell-cmdlet to check the supported voices:
Get-CsAutoAttendantSupportedLanguage -Identity "nl-NL" Id : nl-NL DisplayName : Dutch (Netherlands) Voices : {ColetteNeural, FennaNeural, MaartenNeural} VoiceResponseSupported : False
Gonna check this out! Thanks!
eliekarkafy
MVP
try to change any settings from the portal in the AA save and check if the voice will be a female voice.
BvdL79
Mar 27, 2023Brass Contributor
The voice is female, I want to change it to male. And in the portal I do not see any settings regarding the gender of the voice.
- eliekarkafyMar 27, 2023MVP
sorry i meant male if you run this command what that your seiing in the details of the voice id ?
Get-CSAutoAttendant -Instande %id%- BvdL79Mar 27, 2023Brass Contributor
The relevant information given by Get-CSAutoAttendant
LanguageId : nl-NL
VoiceId : MaleIs there a list of which LanguageId is supporting Female / Male text2speech. That would be awesome...
- eliekarkafyMar 27, 2023MVPok now just try to modify any setting on this AA and save it and test it to see if the voice will be male. if its worked just roll back the change