Skip to content

Commit ac9b222

Browse files
authored
Merge pull request #10165 from get-itips/patch-396
Fix example
2 parents 606d568 + 6e38e07 commit ac9b222

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)