Skip to content

Commit a709185

Browse files
authored
Update Get-CsMainlineAttendantFlow.md
1 parent 4f6f9a2 commit a709185

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantFlow [-MaConfigId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -39,14 +39,14 @@ This example will list all the Mainline Attendant flows in the tenant.
3939

4040
### Example 2
4141
```
42-
Get-CsMainlineAttendantFlow -MaConfig 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
42+
Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
4343
```
4444

4545
This example will list all the Mainline Attendant flows associated with the specific configuration id.
4646

4747
### Example 3
4848
```
49-
Get-CsMainlineAttendantFlow -Type Appointment
49+
Get-CsMainlineAttendantFlow -Type AppointmentBooking
5050
```
5151

5252
This example will list all the Mainline Attendant Appointment flows.
@@ -67,7 +67,7 @@ This example will list the Mainline Attendant flow with the specified identity.
6767

6868
## PARAMETERS
6969

70-
### -MaConfigId
70+
### -ConfigurationId
7171
The Mainline Attendant configuration Id
7272

7373
```yaml
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
### -Type
8686
The Mainline Attendant flow type
8787
88-
PARAMVALUE: Appointment | QuestionAnswer
88+
PARAMVALUE: AppointmentBooking | QuestionAnswer
8989
9090
```yaml
9191
Type: String

0 commit comments

Comments
 (0)