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