Skip to content

Commit 3574f7e

Browse files
authored
Update Set-CsComplianceRecordingForCallQueueTemplate.md
1 parent a8f9149 commit 3574f7e

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

teams/teams-ps/teams/Set-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
# Set-CsComplianceRecordingForCallQueueTemplate
1414

15-
## SYNOPSIS
16-
Use the Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to an existing Compliance Recording for Call Queues template.
17-
1815
## SYNTAX
1916

2017
```powershell
2118
Set-CsComplianceRecordingForCallQueueTemplate -Instance <String> -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 Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to an existing 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.
@@ -159,6 +156,22 @@ Accept pipeline input: False
159156
Accept wildcard characters: False
160157
```
161158
159+
### -PairedApplication
160+
The PairedApplication parameter specifies the paired application for the call queue.
161+
162+
```yaml
163+
Type: System.String
164+
Parameter Sets: (All)
165+
Aliases:
166+
applicable: Microsoft Teams
167+
168+
Required: False
169+
Position: Named
170+
Default value: None
171+
Accept pipeline input: False
172+
Accept wildcard characters: False
173+
```
174+
162175
### CommonParameters
163176
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).
164177

0 commit comments

Comments
 (0)