Skip to content

Commit dc3e958

Browse files
authored
Update New-CsAutoAttendantCallFlow.md
1 parent 22622aa commit dc3e958

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ If present, the prompts specified by the Greetings parameter (either TTS or Audi
9191

9292
You can create prompts by using the [`New-CsAutoAttendantPrompt`](https://learn.microsoft.com/powershell/module/teams/new-csautoattendantprompt) cmdlet.
9393

94+
> [!NOTE]
95+
> If Mainline Attendant is enabled, only TTS prompts are supported.
96+
>
97+
> If Mainline Attendant is enabled and no greeting text is provided, the following default prompt will be played:
98+
>
99+
> {insert text here}
100+
94101
```yaml
95102
Type: System.Collections.Generic.List
96103
Parameter Sets: (All)
@@ -138,14 +145,14 @@ Accept wildcard characters: False
138145

139146
### -RingResourceAccountDelegates
140147

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-
145148
_Voice applications private preview customers only._
146149

147150
_Saving an auto attendant configuration through Teams admin center will remove this setting._
148151

152+
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.
153+
154+
If there are no delegates assigned to the resource account the call is on then the Auto Attendant will process the call normally.
155+
149156
```yaml
150157
Type: Boolean
151158
Parameter Sets: (All)

0 commit comments

Comments
 (0)