Skip to content

Commit 78abede

Browse files
authored
Update Get-CsMainlineAttendantFlow.md
1 parent de7d155 commit 78abede

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

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

Lines changed: 14 additions & 7 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>] [-FlowId <String>] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-MaConfigId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -46,14 +46,21 @@ This example will list all the Mainline Attendant flows associated with the spec
4646

4747
### Example 3
4848
```
49-
Get-CsMainlineAttendantFlow -Type Type 1 | Type 2
49+
Get-CsMainlineAttendantFlow -Type Appointment
5050
```
5151

52-
This example will list all the Mainline Attendant flows with the specified type.
52+
This example will list all the Mainline Attendant Appointment flows.
5353

5454
### Example 4
5555
```
56-
Get-CsMainlineAttendantFlow -FlowId 956bca6-e2a0-4117-9b6f-023f80b31bbe5
56+
Get-CsMainlineAttendantFlow -Type QuestionAnswer
57+
```
58+
59+
This example will list all the Mainline Attendant Question and Answer flows with the specified type.
60+
61+
### Example 5
62+
```
63+
Get-CsMainlineAttendantFlow -Identity 956bca6-e2a0-4117-9b6f-023f80b31bbe5
5764
```
5865

5966
This example will list the Mainline Attendant flow with the specified flow id.
@@ -78,7 +85,7 @@ Accept wildcard characters: False
7885
### -Type
7986
The Mainline Attendant flow type
8087
81-
PARAMVALUE: Appointment | QuestionAndAnswer
88+
PARAMVALUE: Appointment | QuestionAnswer
8289
8390
```yaml
8491
Type: String
@@ -92,8 +99,8 @@ Accept pipeline input: False
9299
Accept wildcard characters: False
93100
```
94101
95-
### -FlowId
96-
The Mainline Attendant flow id
102+
### -Identity
103+
The Mainline Attendant identity
97104
98105
```yaml
99106
Type: String

0 commit comments

Comments
 (0)