@@ -19,9 +19,9 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
19
19
## SYNTAX
20
20
21
21
```
22
- New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotId <String>
22
+ New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotApplicationInstanceObjectId <String>
23
23
[-RequiredDuringCall <Boolean>] [-RequiredBeforeCall <Boolean>] [-CurrentInvitationCount <Int32>]
24
- [-PairedApplication <String>] [<CommonParameters>]
24
+ [-PairedApplicationInstanceObjectId <String>] [<CommonParameters>]
25
25
```
26
26
27
27
## DESCRIPTION
@@ -34,16 +34,16 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
34
34
35
35
### Example 1
36
36
```
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
38
38
```
39
39
40
40
This example creates a new Compliance Recording for Call Queue template.
41
41
42
42
## PARAMETERS
43
43
44
- ### -BotId
44
+ ### -BotApplicationInstanceObjectId
45
45
46
- The Application Instance Object Id of the compliance recording bot to invite .
46
+ The compliance recording bot's application instance object Id .
47
47
48
48
Use [ Get-CsOnlineApplicationInstance] ( get-csonlineapplicationinstance.md ) to get the ` ObjectId ` .
49
49
@@ -107,9 +107,9 @@ Accept pipeline input: False
107
107
Accept wildcard characters : False
108
108
` ` `
109
109
110
- ### -PairedApplication
110
+ ### -PairedApplicationInstanceObjectId
111
111
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.
113
113
114
114
` ` ` yaml
115
115
Type : System.String
0 commit comments