Skip to content

Commit da11957

Browse files
authored
Update New-CsAutoAttendantCallFlow.md
Adding the new -RingResourceAccountDelegates parameter
1 parent dff5844 commit da11957

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 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,29 @@ Accept pipeline input: False
131136
Accept wildcard characters: False
132137
```
133138

139+
### -RingResourceAccountDelegates
140+
141+
If enabled for this call flow, Auto Attendant will ring the delegates assigned to the resource account first. If none of the delegates answer, the call is returned to the Auto Attendant for standard handling.
142+
143+
_Voice applications private preview customers only._
144+
145+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
146+
147+
```yaml
148+
Type: Boolean
149+
Parameter Sets: (All)
150+
Aliases:
151+
applicable: Microsoft Teams
152+
153+
Required: False
154+
Position: Named
155+
Default value: False
156+
Accept pipeline input: False
157+
Accept wildcard characters: False
158+
```
159+
134160
### CommonParameters
161+
135162
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).
136163

137164
## INPUTS

0 commit comments

Comments
 (0)