Skip to content

Commit bdcfa1d

Browse files
Update New-CsOrganizationalAutoAttendantPrompt.md
In example 3 the hyphen is in the wrong place -AudioFile AudioFilePrompt This should be: AudioFile -AudioFilePrompt
1 parent 9e7955c commit bdcfa1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/New-CsOrganizationalAutoAttendantPrompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This example creates a new prompt that plays the selected audio file.
5555
```
5656
$content = Get-Content "C:\Media\Welcome.wav" -Encoding byte -ReadCount 0
5757
$audioFile = New-CsOnlineAudioFile -FileName "hello.wav" -Content $content
58-
$dualPrompt = New-CsOrganizationalAutoAttendantPrompt -ActiveType -AudioFile AudioFilePrompt $audioFile -TextToSpeechPrompt "Welcome to Contoso!"
58+
$dualPrompt = New-CsOrganizationalAutoAttendantPrompt -ActiveType AudioFile -AudioFilePrompt $audioFile -TextToSpeechPrompt "Welcome to Contoso!"
5959
```
6060

6161
This example creates a new prompt that has both audio file and text-to-speech data, but will play the audio file when the prompt is activated (rendered).
@@ -154,4 +154,4 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
154154

155155
## RELATED LINKS
156156

157-
[New-CsOnlineAudioFile](New-CsOnlineAudioFile.md)
157+
[New-CsOnlineAudioFile](New-CsOnlineAudioFile.md)

0 commit comments

Comments
 (0)