Skip to content

Commit 6e38e07

Browse files
authored
Fix example
1 parent 4f68276 commit 6e38e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/New-CsAutoAttendant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ The VoiceId parameter represents the voice that is used to read text-to-speech (
393393
You can query the supported voices by using the `Get-CsAutoAttendantSupportedLanguage` cmdlet. You can determine the default voice for a language by issuing the following command:
394394

395395
```
396-
$language = Get-CsAutoAttendantSupportedLanguage -Identity "en-US"`
397-
$defaultVoice = $language.Voices[0].Gender
396+
$language = Get-CsAutoAttendantSupportedLanguage -Identity "en-US"
397+
$defaultVoice = $language.Voices[0].Id
398398
```
399399

400400
```yaml

0 commit comments

Comments
 (0)