Skip to content

Commit 295b4b5

Browse files
authored
Merge pull request #12782 from CLYVR/patch-45
Update New-CsAutoAttendantCallFlow.md
2 parents dea3cec + 79f5029 commit 295b4b5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ ms.reviewer: williamlooney
1515
## SYNOPSIS
1616
Use the New-CsAutoAttendantCallFlow cmdlet to create a new call flow.
1717

18+
> [!CAUTION]
19+
> 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.
20+
>
21+
> - -RingResourceAccountDelegates
22+
1823
## SYNTAX
1924

2025
```powershell
@@ -131,7 +136,31 @@ Accept pipeline input: False
131136
Accept wildcard characters: False
132137
```
133138

139+
### -RingResourceAccountDelegates
140+
141+
If enabled for this call flow, Auto Attendant will first ring the delegates assigned to the resource account the call is on. If none of the delegates answer, the call is returned to the Auto Attendant for standard processing.
142+
143+
If there are no delegates assigned to the resource account the call is on then the Auto Attendant will process the call normally.
144+
145+
_Voice applications private preview customers only._
146+
147+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
148+
149+
```yaml
150+
Type: Boolean
151+
Parameter Sets: (All)
152+
Aliases:
153+
applicable: Microsoft Teams
154+
155+
Required: False
156+
Position: Named
157+
Default value: False
158+
Accept pipeline input: False
159+
Accept wildcard characters: False
160+
```
161+
134162
### CommonParameters
163+
135164
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
136165

137166
## INPUTS

0 commit comments

Comments
 (0)