Forum Discussion

BvdL79's avatar
BvdL79
Brass Contributor
Mar 27, 2023
Solved

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...
  • BvdL79's avatar
    BvdL79
    Mar 28, 2023

    elieelkarkafi 

    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! 

Resources