Skip to content

Commit 4b79559

Browse files
authored
Update New-CsComplianceRecordingForCallQueueTemplate.md
Clarifying BotId requirements
1 parent c04fbb1 commit 4b79559

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This example creates a new Compliance Recording for Call Queue template.
4343

4444
### -BotId
4545

46-
> Applicable: Microsoft Teams
46+
The Application Instance Object Id of the compliance recording bot to invite.
4747

48-
The Application Instance Id of the compliance recording bot to invite.
48+
Use [Get-CsOnlineApplicationInstance](get-csonlineapplicationinstance.md) to get the `Identity`.
4949

5050
```yaml
5151
Type: System.String
@@ -61,8 +61,6 @@ Accept wildcard characters: False
6161
6262
### -ConcurrentInvitationCount
6363
64-
> Applicable: Microsoft Teams
65-
6664
The number of concurrent invitations to send to the compliance recording for call queue bot.
6765
6866
```yaml
@@ -79,8 +77,6 @@ Accept wildcard characters: False
7977
8078
### -Description
8179
82-
> Applicable: Microsoft Teams
83-
8480
A description for the compliance recording for call queues template.
8581
8682
```yaml
@@ -97,8 +93,6 @@ Accept wildcard characters: False
9793
9894
### -Name
9995
100-
> Applicable: Microsoft Teams
101-
10296
The name of the compliance recording for call queue template.
10397
10498
```yaml
@@ -115,8 +109,6 @@ Accept wildcard characters: False
115109
116110
### -PairedApplication
117111
118-
> Applicable: Microsoft Teams
119-
120112
The PairedApplication parameter specifies the paired application for the call queue.
121113
122114
```yaml
@@ -133,8 +125,6 @@ Accept wildcard characters: False
133125
134126
### -RequiredBeforeCall
135127
136-
> Applicable: Microsoft Teams
137-
138128
Indicates if the compliance recording for call queues bot must be able to join the call.
139129
*Strict recording* - if the bot can't join the call, the call will end.
140130
@@ -152,8 +142,6 @@ Accept wildcard characters: False
152142
153143
### -RequiredDuringCall
154144
155-
> Applicable: Microsoft Teams
156-
157145
Indicates if the compliance recording for call queues bot must remain part of the call.
158146
*Strict recording* - if the bot leaves the call, the call will end.
159147

0 commit comments

Comments
 (0)