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
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
4545This 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
5252This 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
7171The Mainline Attendant configuration Id
7272
7373``` yaml
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585### -Type
8686The Mainline Attendant flow type
8787
88- PARAMVALUE: Appointment | QuestionAnswer
88+ PARAMVALUE: AppointmentBooking | QuestionAnswer
8989
9090` ` ` yaml
9191Type : String
You can’t perform that action at this time.
0 commit comments