@@ -19,9 +19,9 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
1919## SYNTAX
2020
2121```
22- New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotId <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
4040This example creates a new Compliance Recording for Call Queue template.
4141
4242## PARAMETERS
4343
44- ### -BotId
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
4848Use [ Get-CsOnlineApplicationInstance] ( get-csonlineapplicationinstance.md ) to get the ` ObjectId ` .
4949
@@ -107,9 +107,9 @@ Accept pipeline input: False
107107Accept 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
115115Type : System.String
0 commit comments