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
@@ -48,6 +48,11 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
48
48
> - -NoAgentActionCallPriority
49
49
> - -ShiftsTeamId
50
50
> - -ShiftsSchedulingGroupId
51
+
> - -ComplianceRecordingForCallQueueTemplateId
52
+
> - -TextAnnouncementForCR
53
+
> - -CustomAudioFileAnnouncementForCR
54
+
> - -TextAnnouncementForCRFailure
55
+
> - -CustomAudioFileAnnouncementForCRFailure
51
56
>
52
57
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
The ComplianceRecordingForCallQueueTemplateId parameter indicates a list of up to 2 Compliance Recording for Call Queue templates to apply to the call queue.
1538
+
1539
+
```yaml
1540
+
Type: List
1541
+
Parameter Sets: (All)
1542
+
Aliases:
1543
+
1544
+
Required: False
1545
+
Position: Named
1546
+
Default value: None
1547
+
Accept pipeline input: False
1548
+
Accept wildcard characters: False
1549
+
```
1550
+
1551
+
### -TextAnnouncementForCR
1552
+
1553
+
The TextAnnouncementForCR parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers when compliance recording for call queues is enabled.
1554
+
1555
+
```yaml
1556
+
Type: String
1557
+
Parameter Sets: (All)
1558
+
Aliases:
1559
+
applicable: Microsoft Teams
1560
+
1561
+
Required: False
1562
+
Position: Named
1563
+
Default value: None
1564
+
Accept pipeline input: False
1565
+
Accept wildcard characters: False
1566
+
```
1567
+
1568
+
### -CustomAudioFileAnnouncementForCR
1569
+
1570
+
The CustomAudioFileAnnouncementForCR parameter indicates the unique identifier for the Audio file prompt which is played to callers when compliance recording for call queues is enabled.
1571
+
1572
+
```yaml
1573
+
Type: Guid
1574
+
Parameter Sets: (All)
1575
+
Aliases:
1576
+
applicable: Microsoft Teams
1577
+
1578
+
Required: False
1579
+
Position: Named
1580
+
Default value: None
1581
+
Accept pipeline input: False
1582
+
Accept wildcard characters: False
1583
+
```
1584
+
1585
+
### -TextAnnouncementForCRFailure
1586
+
1587
+
The TextAnnouncementForCRFailure parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
1588
+
1589
+
```yaml
1590
+
Type: String
1591
+
Parameter Sets: (All)
1592
+
Aliases:
1593
+
applicable: Microsoft Teams
1594
+
1595
+
Required: False
1596
+
Position: Named
1597
+
Default value: None
1598
+
Accept pipeline input: False
1599
+
Accept wildcard characters: False
1600
+
```
1601
+
1602
+
### -CustomAudioFileAnnouncementForCRFailure
1603
+
1604
+
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
1605
+
1606
+
```yaml
1607
+
Type: Guid
1608
+
Parameter Sets: (All)
1609
+
Aliases:
1610
+
applicable: Microsoft Teams
1611
+
1612
+
Required: False
1613
+
Position: Named
1614
+
Default value: None
1615
+
Accept pipeline input: False
1616
+
Accept wildcard characters: False
1617
+
```
1618
+
1530
1619
### -ShouldOverwriteCallableChannelProperty
1531
1620
1532
-
A Teams Channel can only be linked to one Call Queue at a time. To force reassignment of the Teams Channel to a new Call Queue, set this to $true.
1621
+
A Teams Channel can only be linked to one Call Queue at a time. To force reassignment of the Teams Channel to a new Call Queue, set this to $true.
0 commit comments