Skip to content

Commit 8cc7167

Browse files
authored
Fix spelling of 'CoPilot' to 'Copilot' in documentation
1 parent 3b68363 commit 8cc7167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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 <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>]
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
@@ -193,9 +193,9 @@ Accept wildcard characters: False
193193
194194
### -AgentTargetType
195195
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:
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:
197197
198-
- CoPilot - **Restricted to VoiceApps TAP customers - requires that Mainline Attendant be enabled**
198+
- Copilot - **Restricted to VoiceApps TAP customers - requires that Mainline Attendant be enabled**
199199
- IVR - **Restricted to VoiceApps TAP customers**
200200
201201
```yaml
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
213213
### -AgentTarget
214214
215-
The AgentTarget parameter is the GUID of the target CoPilot or a 3rd party IVR agent.
215+
The AgentTarget parameter is the GUID of the target Copilot or a 3rd party IVR agent.
216216
217217
```yaml
218218
Type: String

0 commit comments

Comments
 (0)