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!
BvdL79
Mar 28, 2023Brass Contributor
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!
Mar 28, 2023
here is the link written by a Microsoft MVP as well
https://medium.com/@mozzeph/whats-up-with-teams-auto-attendants-suddenly-using-a-male-voice-for-tts-5c6f717d60a
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.
https://medium.com/@mozzeph/whats-up-with-teams-auto-attendants-suddenly-using-a-male-voice-for-tts-5c6f717d60a
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.