Skip to content

Commit 633d65f

Browse files
Merge pull request #13173 from CLYVR/patch-55
Update New-CsAutoAttendantMenuOption.md
2 parents 5737fb7 + 9999f45 commit 633d65f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendantCallFlow cmdlet to create a new call flow.
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendantCallFlow -Name <String> -Menu <Object> [-Greetings <List>] [-Tenant <Guid>] [-ForceListenMenuEnabled] [<CommonParameters>]
23+
New-CsAutoAttendantCallFlow -Name <String> -Menu <Object> [-Greetings <List>] [-ForceListenMenuEnabled] [-RingResourceAccountDelegates <Boolean>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
2020
## SYNTAX
2121

2222
```
23-
New-CsAutoAttendantMenuOption -Action <AgentAndQueues | Announcement | DisconnectCall | MainlineAttendantFlow | TransferCallToOperator | TransferCallToTarget>] [-DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic>] [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-AgentTargetType <Copilot | IVR>] [-AgentTarget <String>] [-AgentTargetTagTemplateId <String>] [-Tenant <Guid>] [<CommonParameters>]
23+
New-CsAutoAttendantMenuOption -Action <List> [-DtmfResponse <List>] [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-AgentTargetType <List>] [-AgentTarget <String>] [-AgentTargetTagTemplateId <String>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -33,6 +33,9 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto
3333
> - -Action AgentAndQueues
3434
> - -Action MainLineAttendantFlow
3535
> - -MainlineAttendantTarget
36+
> - -AgentTargetType
37+
> - -AgentTarget
38+
> - -AgentTargetTagTemplateId
3639
3740
## EXAMPLES
3841

0 commit comments

Comments
 (0)