Skip to content

Commit d182d57

Browse files
Merge pull request #13123 from MicrosoftDocs/main
[AutoPublish] main to live - 09/22 10:30 PDT | 09/22 23:00 IST
2 parents 55fd858 + 12ada3e commit d182d57

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA).
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-EnableMainlineAttendant] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
23+
New-CsAutoAttendant -Name <String> -LanguageId <String> -TimeZoneId <String> -DefaultCallFlow <Object> [-CallFlows <Object>] [-CallHandlingAssociations <Object>] [-Operator <Object>] [-VoiceId <String>] [-EnableVoiceResponse] [-EnableMainlineAttendant] [-MainlineAttendantAgentVoiceId <String>] [-InclusionScope <Object>] [-ExclusionScope <Object>] [-AuthorizedUsers <List>] [-HideAuthorizedUsers <List>] [-UserNameExtension <String>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -38,6 +38,7 @@ You can create new AAs by using the New-CsAutoAttendant cmdlet; each newly creat
3838
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
3939
>
4040
> - -EnableMainLineAttendant
41+
> - -MainlineAttendantAgentVoiceId
4142
4243
**NOTES**:
4344

@@ -362,7 +363,6 @@ The EnableMainlineAttendant parameter enables Mainline Attendant features for th
362363
> [!NOTE]
363364
> 1. The Auto attendant must have a Resource account assigned
364365
> 1. `-LanguageId` options are limited when Mainline Attendant is enabled
365-
> 1. `-VoiceId` choices are limited when Mainline Attendant is enabled
366366
> 1. `-EnableVoiceResponse` will be enabled automatically
367367

368368
```yaml
@@ -377,6 +377,30 @@ Accept pipeline input: False
377377
Accept wildcard characters: False
378378
```
379379

380+
### -MainlineAttendantAgentVoiceId
381+
382+
> Applicable: Microsoft Teams
383+
384+
_Voice applications private preview customers only._
385+
386+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
387+
388+
The MainlineAttendantAgentVoiceId parameter sets the voice that will be used with Mainline Attendant.
389+
390+
PARAMVALUE: Alloy | Echo | Shimmer
391+
392+
```yaml
393+
Type: SwitchParameter
394+
Parameter Sets: (All)
395+
Aliases:
396+
397+
Required: False
398+
Position: Named
399+
Default value: None
400+
Accept pipeline input: False
401+
Accept wildcard characters: False
402+
```
403+
380404
### -EnableVoiceResponse
381405

382406
> Applicable: Microsoft Teams

0 commit comments

Comments
 (0)