New-CsComplianceRecordingForCallQueueTemplate
Syntax
New-CsComplianceRecordingForCallQueueTemplate
-Name <String>
-Description <String>
-BotId <String>
[-RequiredDuringCall <Boolean>]
[-RequiredBeforeCall <Boolean>]
[-CurrentInvitationCount <Int32>]
[-PairedApplication <String>]
[<CommonParameters>]
Description
Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Compliance Recording for Call Queues template.
Caution
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.
Examples
-------------------------- Example 1 --------------------------
New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true
This example creates a new Compliance Recording for Call Queue template.
Parameters
-BotId
The Id of the compliance recording for call queue bot to invite.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-ConcurrentInvitationCount
The number of concurrent invitations to send to the compliance recording for call queue bot.
Type: | System.Int32 |
Position: | Named |
Default value: | 1 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Description
A description for the compliance recording for call queues template.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Name
The name of the compliance recording for call queue template.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-PairedApplication
The PairedApplication parameter specifies the paired application for the call queue.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-RequiredBeforeCall
Indicates if the compliance recording for call queues bot must be able to join the call. Strict recording - if the bot can't join the call, the call will end.
Type: | System.Booleen |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-RequiredDuringCall
Indicates if the compliance recording for call queues bot must remain part of the call. Strict recording - if the bot leaves the call, the call will end.
Type: | System.Booleen |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
None
Outputs
Microsoft.Rtc.Management.OAA.Models.AutoAttendant