diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md index ba2a7d8d21..f8f0d57825 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md @@ -20,7 +20,7 @@ Use the New-CsAutoAttendantCallFlow cmdlet to create a new call flow. ## SYNTAX ```powershell -New-CsAutoAttendantCallFlow -Name -Menu [-Greetings ] [-Tenant ] [-ForceListenMenuEnabled] [] +New-CsAutoAttendantCallFlow -Name -Menu [-Greetings ] [-ForceListenMenuEnabled] [-RingResourceAccountDelegates ] [-Tenant ] [] ``` ## DESCRIPTION diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md index 14e06b229e..5c2a99b4ff 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md @@ -20,7 +20,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option. ## SYNTAX ``` -New-CsAutoAttendantMenuOption -Action ] [-DtmfResponse ] [-VoiceResponses ] [-CallTarget ] [-Prompt ] [-MainlineAttendantTarget ] [-Description ] [-AgentTargetType ] [-AgentTarget ] [-AgentTargetTagTemplateId ] [-Tenant ] [] +New-CsAutoAttendantMenuOption -Action [-DtmfResponse ] [-VoiceResponses ] [-CallTarget ] [-Prompt ] [-MainlineAttendantTarget ] [-Description ] [-AgentTargetType ] [-AgentTarget ] [-AgentTargetTagTemplateId ] [-Tenant ] [] ``` ## DESCRIPTION @@ -33,6 +33,9 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto > - -Action AgentAndQueues > - -Action MainLineAttendantFlow > - -MainlineAttendantTarget +> - -AgentTargetType +> - -AgentTarget +> - -AgentTargetTagTemplateId ## EXAMPLES