You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
29
29
30
30
## EXAMPLES
31
31
32
32
### -------------------------- Example 1 --------------------------
33
33
```
34
-
Get-CsComplianceRecordingForCallQueueTemplate
34
+
Set-CsComplianceRecordingForCallQueueTemplate
35
35
```
36
36
37
37
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
45
45
46
46
## PARAMETERS
47
47
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.
50
50
51
51
```yaml
52
52
Type: System.String
@@ -61,6 +61,104 @@ Accept pipeline input: False
61
61
Accept wildcard characters: False
62
62
```
63
63
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
+
64
162
### CommonParameters
65
163
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).
0 commit comments