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
@@ -54,6 +54,11 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
54
54
> - -NoAgentActionCallPriority
55
55
> - -ShiftsTeamId
56
56
> - -ShiftsSchedulingGroupId
57
+
> - -ComplianceRecordingForCallQueueTemplateId
58
+
> - -TextAnnouncementForCR
59
+
> - -CustomAudioFileAnnouncementForCR
60
+
> - -TextAnnouncementForCRFailure
61
+
> - -CustomAudioFileAnnouncementForCRFailure
57
62
>
58
63
> [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.
A list of up to two Compliance Recording for Call Queue templates to apply to the call queue.
1558
+
1559
+
```yaml
1560
+
Type: List
1561
+
Parameter Sets: (All)
1562
+
Aliases:
1563
+
1564
+
Required: False
1565
+
Position: Named
1566
+
Default value: None
1567
+
Accept pipeline input: False
1568
+
Accept wildcard characters: False
1569
+
```
1570
+
1571
+
## -TextAnnouncementForCR
1572
+
1573
+
The TextAnnouncementForCR parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers when compliance recording for call queues is enabled.
1574
+
1575
+
```yaml
1576
+
Type: String
1577
+
Parameter Sets: (All)
1578
+
Aliases:
1579
+
applicable: Microsoft Teams
1580
+
1581
+
Required: False
1582
+
Position: Named
1583
+
Default value: None
1584
+
Accept pipeline input: False
1585
+
Accept wildcard characters: False
1586
+
```
1587
+
1588
+
## - CustomAudioFileAnnouncementForCR
1589
+
1590
+
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.
1591
+
1592
+
```yaml
1593
+
Type: Guid
1594
+
Parameter Sets: (All)
1595
+
Aliases:
1596
+
applicable: Microsoft Teams
1597
+
1598
+
Required: False
1599
+
Position: Named
1600
+
Default value: None
1601
+
Accept pipeline input: False
1602
+
Accept wildcard characters: False
1603
+
```
1604
+
1605
+
## -TextAnnouncementForCRFailure
1606
+
1607
+
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.
1608
+
1609
+
```yaml
1610
+
Type: String
1611
+
Parameter Sets: (All)
1612
+
Aliases:
1613
+
applicable: Microsoft Teams
1614
+
1615
+
Required: False
1616
+
Position: Named
1617
+
Default value: None
1618
+
Accept pipeline input: False
1619
+
Accept wildcard characters: False
1620
+
```
1621
+
1622
+
## -CustomAudioFileAnnouncementForCRFailure
1623
+
1624
+
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.
1625
+
1626
+
```yaml
1627
+
Type: Guid
1628
+
Parameter Sets: (All)
1629
+
Aliases:
1630
+
applicable: Microsoft Teams
1631
+
1632
+
Required: False
1633
+
Position: Named
1634
+
Default value: None
1635
+
Accept pipeline input: False
1636
+
Accept wildcard characters: False
1637
+
```
1638
+
1550
1639
### -ShouldOverwriteCallableChannelProperty
1551
1640
1552
1641
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