File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments