File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantFlow [-MaConfigId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -39,14 +39,14 @@ This example will list all the Mainline Attendant flows in the tenant.
39
39
40
40
### Example 2
41
41
```
42
- Get-CsMainlineAttendantFlow -MaConfig 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
42
+ Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
43
43
```
44
44
45
45
This example will list all the Mainline Attendant flows associated with the specific configuration id.
46
46
47
47
### Example 3
48
48
```
49
- Get-CsMainlineAttendantFlow -Type Appointment
49
+ Get-CsMainlineAttendantFlow -Type AppointmentBooking
50
50
```
51
51
52
52
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.
67
67
68
68
## PARAMETERS
69
69
70
- ### -MaConfigId
70
+ ### -ConfigurationId
71
71
The Mainline Attendant configuration Id
72
72
73
73
``` yaml
@@ -85,7 +85,7 @@ Accept wildcard characters: False
85
85
### -Type
86
86
The Mainline Attendant flow type
87
87
88
- PARAMVALUE: Appointment | QuestionAnswer
88
+ PARAMVALUE: AppointmentBooking | QuestionAnswer
89
89
90
90
` ` ` yaml
91
91
Type : String
You can’t perform that action at this time.
0 commit comments