Skip to content

Commit 96acbbb

Browse files
authored
Update Set-CsCallQueue.md
1 parent 2e84a8d commit 96acbbb

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

teams/teams-ps/teams/Set-CsCallQueue.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
4747
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
4848
> - -NoAgentRedirectVoicemailAudioFilePrompt
4949
>
50-
> The following configuration parameters will only work for customers that are participating in the private preview. General Availability for this functionality has not been determined at this time.
50+
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
5151
>
5252
> - -OverflowActionCallPriority
5353
> - -TimeoutActionCallPriority
@@ -60,7 +60,7 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
6060
> - -CallbackOfferAudioFilePromptResourceId
6161
> - -CallbackOfferTextToSpeechPrompt
6262
> - -CallbackEmailNotificationTarget
63-
63+
> - -ServiceLevelThresholdResponseTimeInSecond
6464
6565
## EXAMPLES
6666

@@ -1482,6 +1482,25 @@ Accept pipeline input: False
14821482
Accept wildcard characters: False
14831483
```
14841484

1485+
### -ServiceLevelThresholdResponseTimeInSecond
1486+
_Private Preview customers only_
1487+
1488+
The target number of seconds calls should be answered in. This number is used to calculate the call queue service level percentage.
1489+
1490+
A value of `$null` indicates that a service level percentage will not be calculated for this call queue.
1491+
1492+
```yaml
1493+
Type: Int16
1494+
Parameter Sets: (All)
1495+
Aliases:
1496+
1497+
Required: False
1498+
Position: Named
1499+
Default value: None
1500+
Accept pipeline input: False
1501+
Accept wildcard characters: False
1502+
```
1503+
14851504
### CommonParameters
14861505
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).
14871506

0 commit comments

Comments
 (0)