You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,6 +30,7 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto
30
30
> 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.
31
31
>
32
32
> - -Description
33
+
> - -Action AgentAndQueues
33
34
> - -Action MainLineAttendantFlow
34
35
> - -MainlineAttendantTarget
35
36
@@ -66,8 +67,10 @@ This example creates a menu option to play an announcement for the defined promp
66
67
67
68
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:
68
69
70
+
- AgentAndQueues - **Restricted to VoiceApps TAP customers**
69
71
- Announcement - plays a defined prompt then returns to the menu
70
72
- DisconnectCall - The call is disconnected.
73
+
- MainlineAttendantFlow - **Restricted to VoiceApps TAP customers**
71
74
- TransferCallToOperator - the call is transferred to the operator.
72
75
- TransferCallToTarget - The call is transferred to the menu option's call target.
73
76
@@ -188,6 +191,58 @@ Accept pipeline input: False
188
191
Accept wildcard characters: False
189
192
```
190
193
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
+
191
246
### -Tenant
192
247
193
248
This parameter is reserved for Microsoft internal use only.
0 commit comments