Get-CsMainlineAttendantFlow
The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline Attendant flows configured in your organization
Syntax
Default (Default)
Get-CsMainlineAttendantFlow
[-ConfigurationId <String>]
[-Type <String>]
[-Identity <String>]
[-First <UInt32>]
[-Skip <UInt32>]
[-NameFilter <String>]
[-SortBy <String>]
[-Descending]
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline Attendant flows configured in your organization.
Caution
This cmdlet will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
Examples
Example 1
Get-CsMainlineAttendantFlow
This example will list all the Mainline Attendant flows in the tenant.
Example 2
Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
This example will list all the Mainline Attendant flows associated with the specific configuration id.
Example 3
Get-CsMainlineAttendantFlow -Type AppointmentBooking
This example will list all the Mainline Attendant Appointment flows.
Example 4
Get-CsMainlineAttendantFlow -Type QuestionAnswer
This example will list all the Mainline Attendant Question and Answer flows with the specified type.
Example 5
Get-CsMainlineAttendantFlow -Identity 956bca6-e2a0-4117-9b6f-023f80b31bbe5
This example will list the Mainline Attendant flow with the specified identity.
Parameters
-ConfigurationId
The Mainline Attendant configuration Id
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Descending
The Descending parameter sorts Mainline Attendant flows in descending order
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-First
The First parameter gets the first N Mainline Attendant flows, up to a maximum of 100 at a time.
When not specified, the default behavior is to return the first 100 Mainline Attendant flows. It is intended to be used in conjunction with the -Skip parameter for pagination purposes.
If a number greater than 100 is supplied, the request will fail.
Parameter properties
| Type: | Int32 |
| Default value: | 100 |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Identity
The Mainline Attendant identity
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-NameFilter
The NameFilter parameter returns appointment booking flows where the name contains specified string
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Skip
The Skip parameter skips the first N Mainline Attendant flows. It is intended to be used in conjunction with the -First parameter for pagination purposes.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-SortBy
The SortBy parameter specifies the property used to sort.
Parameter properties
| Type: | String |
| Default value: | Name |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Type
The Mainline Attendant flow type
PARAMVALUE: AppointmentBooking | QuestionAnswer
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.