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:
https://medium.com/@mozzeph/whats-up-with-teams-auto-attendants-suddenly-using-a-male-voice-for-tts-5c6f717d60a
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 : FalseGonna check this out! Thanks!
BvdL79
Mar 28, 2023Brass Contributor
When Googling on "nl-NL Dutch (Netherlands) Female" there is just 1 hit:
https://medium.com/@mozzeph/whats-up-with-teams-auto-attendants-suddenly-using-a-male-voice-for-tts-5c6f717d60a
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
if your marking my answer as an accepted solution, you need to accept my last reply. thanks