Mar 27 2023 04:44 AM
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-CSAutoAttendant -Instande %id%
The gender change is succesfull. But the voice is not changed when I call the number.
Can it be, that the male voice is not support in the used language [nl-NL]? Or do I have to wait 24 hours...
Kind regards,
Benjamin
Mar 27 2023 05:40 AM
Mar 27 2023 06:01 AM
Mar 27 2023 06:14 AM - edited Mar 27 2023 06:22 AM
sorry i meant male if you run this command what that your seiing in the details of the voice id ?
Get-CSAutoAttendant -Instande %id%
Mar 27 2023 06:33 AM - edited Mar 27 2023 06:35 AM
The relevant information given by Get-CSAutoAttendant
LanguageId : nl-NL
VoiceId : Male
Is there a list of which LanguageId is supporting Female / Male text2speech. That would be awesome...
Mar 27 2023 06:35 AM
Mar 27 2023 06:53 AM
Mar 27 2023 07:40 AM
Mar 27 2023 07:42 AM - edited Mar 27 2023 07:46 AM
That sounds Microsoftish... Will try!
Just tried,
Changed the text, changed timezone, but still a female voice.
Mar 28 2023 03:20 AM
@elieelkarkafi Still no luck.. AA is set on Male, but Voice is female.
Really think that male is not supported with the dutch language. You know if there is a list with supported voices on certain langages?
Mar 28 2023 03:27 AM
Mar 28 2023 03:31 AM
Mar 28 2023 04:02 AM
Mar 28 2023 04:07 AM
SolutionWhen 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 05:40 AM
Mar 28 2023 07:57 AM
May 28 2024 12:17 PM
@elieelkarkafi hey look for the URL on this. i cant find anymore!
Mar 28 2023 04:07 AM
SolutionWhen 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!