@@ -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>] [-FlowId <String>] [-Tenant <Guid>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantFlow [-MaConfigId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -46,14 +46,21 @@ This example will list all the Mainline Attendant flows associated with the spec
46
46
47
47
### Example 3
48
48
```
49
- Get-CsMainlineAttendantFlow -Type Type 1 | Type 2
49
+ Get-CsMainlineAttendantFlow -Type Appointment
50
50
```
51
51
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 .
53
53
54
54
### Example 4
55
55
```
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
57
64
```
58
65
59
66
This example will list the Mainline Attendant flow with the specified flow id.
@@ -78,7 +85,7 @@ Accept wildcard characters: False
78
85
### -Type
79
86
The Mainline Attendant flow type
80
87
81
- PARAMVALUE: Appointment | QuestionAndAnswer
88
+ PARAMVALUE: Appointment | QuestionAnswer
82
89
83
90
` ` ` yaml
84
91
Type : String
@@ -92,8 +99,8 @@ Accept pipeline input: False
92
99
Accept wildcard characters : False
93
100
` ` `
94
101
95
- ### -FlowId
96
- The Mainline Attendant flow id
102
+ ### -Identity
103
+ The Mainline Attendant identity
97
104
98
105
` ` ` yaml
99
106
Type : String
0 commit comments