Skip to content

Commit 2862b8d

Browse files
authored
Update New-CsAutoAttendantCallableEntity.md
1 parent 3b4e6c7 commit 2862b8d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [<CommonParameters>]
21+
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -160,6 +160,30 @@ Accept pipeline input: False
160160
Accept wildcard characters: False
161161
```
162162
163+
### -CallPriority --- Private Preview customers only
164+
The Call Priority of the MenuOption, only applies when the `Type` is `ApplicationEndpoint`.
165+
166+
PARAMVALUE: 1 | 2 | 3 | 4 | 5
167+
168+
1 = Very High
169+
2 = High
170+
3 = Normal / Default
171+
4 = Low
172+
5 = Very Low
173+
174+
```yaml
175+
Type: Int16
176+
Parameter Sets: (All)
177+
Aliases:
178+
Applicable: Skype for Business Online
179+
180+
Required: False
181+
Position: Named
182+
Default value: 3
183+
Accept pipeline input: False
184+
Accept wildcard characters: False
185+
```
186+
163187
### CommonParameters
164188
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
165189

0 commit comments

Comments
 (0)