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
Mar 27, 2023MVP
ok 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
BvdL79
Mar 27, 2023Brass Contributor
Just to clarify,
Starting situation
with VoiceId set to female the voice is female
change VoiceId to male, the voice is still female
Now you want me to change it back to female to check if its male?
Doesn't make sense, does it 😛
Starting situation
with VoiceId set to female the voice is female
change VoiceId to male, the voice is still female
Now you want me to change it back to female to check if its male?
Doesn't make sense, does it 😛