Skip to content

Commit 6befb1d

Browse files
authored
Update Set-CsComplianceRecordingForCallQueueTemplate.md
1 parent af55d62 commit 6befb1d

File tree

1 file changed

+103
-5
lines changed

1 file changed

+103
-5
lines changed

teams/teams-ps/teams/Set-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 103 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Use the Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to
1818
## SYNTAX
1919

2020
```powershell
21-
Set-CsComplianceRecordingForCallQueueTemplate [-Id <String>] [<CommonParameters>]
21+
Set-CsComplianceRecordingForCallQueueTemplate -Id <String> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
Put description here.
2626

2727
> [!CAUTION]
28-
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this features. General Availability for this functionality has not been determined at this time.
28+
> 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.
2929
3030
## EXAMPLES
3131

3232
### -------------------------- Example 1 --------------------------
3333
```
34-
Get-CsComplianceRecordingForCallQueueTemplate
34+
Set-CsComplianceRecordingForCallQueueTemplate
3535
```
3636

3737
This example gets all Call Queues in the organization.
@@ -45,8 +45,8 @@ This example gets the Compliance Recording for Call Queue template with the iden
4545

4646
## PARAMETERS
4747

48-
### -Id
49-
The Id parameter is the unique identifier assigned to the Compliance Recording for Call Queue template.
48+
### -Instance
49+
The Instance parameter is the unique identifier assigned to the Compliance Recording for Call Queue template.
5050

5151
```yaml
5252
Type: System.String
@@ -61,6 +61,104 @@ Accept pipeline input: False
6161
Accept wildcard characters: False
6262
```
6363
64+
### -Name
65+
The name of the compliance recording for call queue template.
66+
67+
```yaml
68+
Type: System.String
69+
Parameter Sets: (All)
70+
Aliases:
71+
applicable: Microsoft Teams
72+
73+
Required: True
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -Description
81+
A description for the compliance recording for call queues template.
82+
83+
```yaml
84+
Type: System.String
85+
Parameter Sets: (All)
86+
Aliases:
87+
applicable: Microsoft Teams
88+
89+
Required: True
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
96+
### -BotId
97+
The Id of the compliance recording for call queue bot to invite.
98+
99+
```yaml
100+
Type: System.String
101+
Parameter Sets: (All)
102+
Aliases:
103+
applicable: Microsoft Teams
104+
105+
Required: True
106+
Position: Named
107+
Default value: None
108+
Accept pipeline input: False
109+
Accept wildcard characters: False
110+
```
111+
112+
### -RequiredDuringCall
113+
Indicates if the compliance recording for call queues bot must remain part of the call.
114+
*Strict recording* - if the bot leaves the call, the call will end.
115+
116+
```yaml
117+
Type: System.Booleen
118+
Parameter Sets: (All)
119+
Aliases:
120+
applicable: Microsoft Teams
121+
122+
Required: False
123+
Position: Named
124+
Default value: False
125+
Accept pipeline input: False
126+
Accept wildcard characters: False
127+
```
128+
129+
### -RequiredBeforeCall
130+
Indicates if the compliance recording for call queues bot must be able to join the call.
131+
*Strict recording* - if the bot can't join the call, the call will end.
132+
133+
```yaml
134+
Type: System.Booleen
135+
Parameter Sets: (All)
136+
Aliases:
137+
applicable: Microsoft Teams
138+
139+
Required: False
140+
Position: Named
141+
Default value: False
142+
Accept pipeline input: False
143+
Accept wildcard characters: False
144+
```
145+
146+
### -ConcurrentInvitationCount
147+
The number of concurrent invitations to send to the compliance recording for call queue bot.
148+
149+
```yaml
150+
Type: System.Int32
151+
Parameter Sets: (All)
152+
Aliases:
153+
applicable: Microsoft Teams
154+
155+
Required: False
156+
Position: Named
157+
Default value: 1
158+
Accept pipeline input: False
159+
Accept wildcard characters: False
160+
```
161+
64162
### CommonParameters
65163
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).
66164

0 commit comments

Comments
 (0)