Skip to content

Commit 8debe00

Browse files
authored
Update New-CsAutoAttendantMenuOption.md
1 parent 6654df3 commit 8debe00

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

teams/teams-ps/teams/New-CsAutoAttendantMenuOption.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
1818
## SYNTAX
1919

2020
```
21-
New-CsAutoAttendantMenuOption -Action <DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-Tenant <Guid>] [<CommonParameters>]
21+
New-CsAutoAttendantMenuOption -Action <MainlineAttendantFlow | DisconnectCall | TransferCallToOperator | TransferCallToTarget> -DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic> [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto Attendant (AA) service. The AA service uses the menu options to respond to a caller with the appropriate action.
2626

27+
> [!CAUTION]
28+
> 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.
29+
>
30+
> -Description
31+
> -Action MainLineAttendantFlow
32+
> -MainlineAttendantTarget
33+
2734
## EXAMPLES
2835

2936
### -------------------------- Example 1 --------------------------
@@ -52,6 +59,7 @@ This example creates a menu option to play an announcement for the defined promp
5259

5360
## PARAMETERS
5461

62+
5563
### -Action
5664
The Action parameter represents the action to be taken when the menu option is activated. The Action must be set to one of the following values:
5765

@@ -152,6 +160,49 @@ Accept pipeline input: False
152160
Accept wildcard characters: False
153161
```
154162
163+
### -Description
164+
_Voice applications private preview customers only._
165+
166+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
167+
168+
A description/set of keywords for the option.
169+
170+
Used by Mainline Attendant only.
171+
172+
```yaml
173+
Type: System.String
174+
Parameter Sets: (All)
175+
Aliases:
176+
applicable: Microsoft Teams
177+
178+
Required: False
179+
Position: Named
180+
Default value: None
181+
Limit: 500 characters
182+
Accept pipeline input: False
183+
Accept wildcard characters: False
184+
```
185+
186+
### -MainlineAttendantTarget
187+
_Voice applications private preview customers only._
188+
189+
_Saving an auto attendant configuration through Teams admin center will remove this setting._
190+
191+
The Mainline Attendant call flow target identifier.
192+
193+
```yaml
194+
Type: System.String
195+
Parameter Sets: (All)
196+
Aliases:
197+
applicable: Microsoft Teams
198+
199+
Required: True if -Action = MainlineAttendantFlow
200+
Position: Named
201+
Default value: None
202+
Accept pipeline input: False
203+
Accept wildcard characters: False
204+
```
205+
155206
### -Tenant
156207
157208
```yaml

0 commit comments

Comments
 (0)