Skip to content

Commit bd04c22

Browse files
authored
Create New-CsMainlineAttendantAppointmentBookingFlow.md
1 parent 2887f33 commit bd04c22

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/new-csmainlineattendantappointmentbookingflow
4+
applicable: Microsoft Teams
5+
title: New-CsMainlineAttendantAppointmentBookingFlow
6+
author: tomkau
7+
ms.author: tomkau
8+
manager: bulenteg
9+
ms.reviewer:
10+
schema: 2.0.0
11+
---
12+
13+
# New-CsMainlineAttendantAppointmentBookingFlow
14+
15+
## SYNOPSIS
16+
Creates new Mainline Attendant appointment booking flow
17+
18+
## SYNTAX
19+
20+
```
21+
New-CsMainlineAttendantAppointmentBookingFlow -Name <String> -Description <String> -CallerAuthenticationMethod <sms | email | verification_link | voiceprint | user_details> -ApiAuthenticationType <basic | api_key | bearer_token_static | bearer_token_dynamic> -ApiDefinitions <String> [-Tenant <Guid>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
The New-CsMainlineAttendantAppointmentBookingFlow cmdlet creates a new appointment booking connection that can be used with Mainline Attendant
26+
27+
> [!CAUTION]
28+
> 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.
29+
30+
## EXAMPLES
31+
32+
33+
## PARAMETERS
34+
35+
### -Name
36+
The name of the appointment booking flow
37+
38+
```yaml
39+
Type: String
40+
Parameter Sets: (All)
41+
Aliases:
42+
applicable: Microsoft Teams
43+
44+
Required: True
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -Description
52+
The description for the appointment booking flow
53+
54+
Limit: 500 characters.
55+
56+
```yaml
57+
Type: String
58+
Parameter Sets: (All)
59+
Aliases:
60+
applicable: Microsoft Teams
61+
62+
Required: True
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -CallerAuthenticationMethod
70+
The method by which the caller is authenticated
71+
72+
PARAVALUES: sms | email | verification_link | voiceprint | user_details
73+
74+
```yaml
75+
Type: String
76+
Parameter Sets: (All)
77+
Aliases:
78+
applicable: Microsoft Teams
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
87+
### -ApiAuthenticationType
88+
The method of authentication used by the API
89+
90+
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
91+
92+
```yaml
93+
Type: String
94+
Parameter Sets: (All)
95+
Aliases:
96+
applicable: Microsoft Teams
97+
98+
Required: True
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
105+
### -ApiDefinitions
106+
The parameters used by the API
107+
108+
For an example, see [New-CsMainlineAttendantAppointBookingFlow -ApiDefinitions](./New-CsMainlineAttendantAppointmentBookingFlowApiDefinitionsJSON.md)
109+
110+
```yaml
111+
Type: String
112+
Parameter Sets: (All)
113+
Aliases:
114+
applicable: Microsoft Teams
115+
116+
Required: True
117+
Position: Named
118+
Default value: None
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
123+
### CommonParameters
124+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
125+
126+
## INPUTS
127+
128+
## OUTPUTS
129+
130+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
131+
132+
## NOTES
133+
134+
## RELATED LINKS
135+

0 commit comments

Comments
 (0)