Skip to content

Commit a8f9149

Browse files
authored
Update New-CsComplianceRecordingForCallQueueTemplate.md
1 parent 1657cab commit a8f9149

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

teams/teams-ps/teams/New-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@ ms.reviewer: williamlooney
1212

1313
# New-CsComplianceRecordingForCallQueueTemplate
1414

15-
## SYNOPSIS
16-
Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Compliance Recording for Call Queues template.
17-
1815
## SYNTAX
1916

2017
```powershell
2118
New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotId <String> [-RequiredDuringCall <Boolean>] [-RequiredBeforeCall <Boolean> [-CurrentInvitationCount <Int32>] [-PairedApplication <String>] [<CommonParameters>]
2219
```
2320

2421
## DESCRIPTION
25-
Put description here
22+
Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Compliance Recording for Call Queues template.
2623

2724
> [!CAUTION]
2825
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
@@ -142,6 +139,22 @@ Accept pipeline input: False
142139
Accept wildcard characters: False
143140
```
144141
142+
### -PairedApplication
143+
The PairedApplication parameter specifies the paired application for the call queue.
144+
145+
```yaml
146+
Type: System.String
147+
Parameter Sets: (All)
148+
Aliases:
149+
applicable: Microsoft Teams
150+
151+
Required: False
152+
Position: Named
153+
Default value: None
154+
Accept pipeline input: False
155+
Accept wildcard characters: False
156+
```
157+
145158
### CommonParameters
146159
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).
147160

0 commit comments

Comments
 (0)