Skip to content

Commit 39ff9c9

Browse files
authored
Update New-CsComplianceRecordingForCallQueueTemplate.md
1 parent 8f40a22 commit 39ff9c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
1919
## SYNTAX
2020

2121
```
22-
New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -ApplicationInstanceObjectId <String>
22+
New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotApplicationInstanceObjectId <String>
2323
[-RequiredDuringCall <Boolean>] [-RequiredBeforeCall <Boolean>] [-CurrentInvitationCount <Int32>]
24-
[-PairedApplication <String>] [<CommonParameters>]
24+
[-PairedApplicationInstanceObjectId <String>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -34,16 +34,16 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
3434

3535
### Example 1
3636
```
37-
New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true
37+
New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotApplicationInstanceObjectId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true
3838
```
3939

4040
This example creates a new Compliance Recording for Call Queue template.
4141

4242
## PARAMETERS
4343

44-
### -ApplicationInstanceObjectId
44+
### -BotApplicationInstanceObjectId
4545

46-
The Application Instance Object Id of the compliance recording bot to invite.
46+
The compliance recording bot's application instance object Id.
4747

4848
Use [Get-CsOnlineApplicationInstance](get-csonlineapplicationinstance.md) to get the `ObjectId`.
4949

@@ -107,9 +107,9 @@ Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```
109109
110-
### -PairedApplication
110+
### -PairedApplicationInstanceObjectId
111111
112-
The PairedApplication parameter specifies the paired application for the call queue.
112+
The PairedApplicationInstanceObjectId parameter specifies the paired compliance recording bot application object Id to invite to the call.
113113
114114
```yaml
115115
Type: System.String

0 commit comments

Comments
 (0)