Skip to content

Commit b155c4c

Browse files
authored
Update New-CsAutoAttendantMenuOption.md
1 parent 61ad0ce commit b155c4c

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
2020
## SYNTAX
2121

2222
```
23-
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>]
23+
New-CsAutoAttendantMenuOption -Action <AgentAndQueues | Announcement | DisconnectCall | MainlineAttendantFlow | TransferCallToOperator | TransferCallToTarget>] [-DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic>] [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-AgentTargetType <CoPilot | IVR>] [-AgentTarget <String<] [-AgentTargetTagTemplateId <String>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -30,6 +30,7 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto
3030
> 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.
3131
>
3232
> - -Description
33+
> - -Action AgentAndQueues
3334
> - -Action MainLineAttendantFlow
3435
> - -MainlineAttendantTarget
3536
@@ -66,8 +67,10 @@ This example creates a menu option to play an announcement for the defined promp
6667

6768
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:
6869

70+
- AgentAndQueues - **Restricted to VoiceApps TAP customers**
6971
- Announcement - plays a defined prompt then returns to the menu
7072
- DisconnectCall - The call is disconnected.
73+
- MainlineAttendantFlow - **Restricted to VoiceApps TAP customers**
7174
- TransferCallToOperator - the call is transferred to the operator.
7275
- TransferCallToTarget - The call is transferred to the menu option's call target.
7376

@@ -188,6 +191,58 @@ Accept pipeline input: False
188191
Accept wildcard characters: False
189192
```
190193
194+
### -AgentTargetType
195+
196+
The AgentTargetType parameter indicates if a CoPilot Studio or IVR application is invoked. The AgentTargetType must be set to one of the following values:
197+
198+
- CoPilot - **Restricted to VoiceApps TAP customers - requires that Mainline Attendant be enabled**
199+
- IVR - **Restricted to VoiceApps TAP customers**
200+
201+
```yaml
202+
Type: Object
203+
Parameter Sets: (All)
204+
Aliases:
205+
206+
Required: False
207+
Position: Named
208+
Default value: None
209+
Accept pipeline input: False
210+
Accept wildcard characters: False
211+
```
212+
213+
### -AgentTarget
214+
215+
The AgentTarget parameter is the GUID of the target CoPilot or a 3rd party IVR agent.
216+
217+
```yaml
218+
Type: String
219+
Parameter Sets: (All)
220+
Aliases:
221+
222+
Required: False
223+
Position: Named
224+
Default value: None
225+
Accept pipeline input: False
226+
Accept wildcard characters: False
227+
```
228+
229+
### -AgentTargetTagTemplateId
230+
231+
The AgentTargetTagTemplateId parameter is the GUID of the Tag template to assign.
232+
233+
```yaml
234+
Type: String
235+
Parameter Sets: (All)
236+
Aliases:
237+
238+
Required: False
239+
Position: Named
240+
Default value: None
241+
Accept pipeline input: False
242+
Accept wildcard characters: False
243+
```
244+
245+
191246
### -Tenant
192247
193248
This parameter is reserved for Microsoft internal use only.

0 commit comments

Comments
 (0)