Skip to content

Commit ec84a27

Browse files
authored
Update Set-CsMainlineAttendantAppointmentBookingFlow.md
1 parent ae39a03 commit ec84a27

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,152 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/Set-CsMainlineAttendantAppointmentBookingFlow
4+
applicable: Microsoft Teams
5+
title: Set-CsMainlineAttendantAppointmentBookingFlow
6+
author: tomkau
7+
ms.author: tomkau
8+
manager: bulenteg
9+
ms.reviewer:
10+
schema: 2.0.0
11+
---
12+
13+
# Set-CsMainlineAttendantAppointmentBookingFlow
14+
15+
## SYNOPSIS
16+
Changes an existing Mainline Attendant appointment booking flow
17+
18+
## SYNTAX
19+
20+
```
21+
Set-CsMainlineAttendantAppointmentBookingFlow -Identity <String> [-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 Set-CsMainlineAttendantAppointmentBookingFlow cmdlet changes an existing appointment booking flow that is 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+
### -Identity
36+
The unique Id of the appointment booking flow to change
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+
### -Name
52+
The name of the appointment booking flow
53+
54+
```yaml
55+
Type: String
56+
Parameter Sets: (All)
57+
Aliases:
58+
applicable: Microsoft Teams
59+
60+
Required: False
61+
Position: Named
62+
Default value: None
63+
Accept pipeline input: False
64+
Accept wildcard characters: False
65+
```
66+
67+
### -Description
68+
The description for the appointment booking flow
69+
70+
Limit: 500 characters.
71+
72+
```yaml
73+
Type: String
74+
Parameter Sets: (All)
75+
Aliases:
76+
applicable: Microsoft Teams
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
85+
### -CallerAuthenticationMethod
86+
The method by which the caller is authenticated
87+
88+
PARAVALUES: sms | email | verification_link | voiceprint | user_details
89+
90+
```yaml
91+
Type: String
92+
Parameter Sets: (All)
93+
Aliases:
94+
applicable: Microsoft Teams
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
103+
### -ApiAuthenticationType
104+
The method of authentication used by the API
105+
106+
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
107+
108+
```yaml
109+
Type: String
110+
Parameter Sets: (All)
111+
Aliases:
112+
applicable: Microsoft Teams
113+
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
121+
### -ApiDefinitions
122+
The parameters used by the API
123+
124+
For an example, see [New-CsMainlineAttendantAppointBookingFlow -ApiDefinitions](./New-CsMainlineAttenantAppointmentBookingFlowApiDefinitionsJSON.md)
125+
126+
```yaml
127+
Type: String
128+
Parameter Sets: (All)
129+
Aliases:
130+
applicable: Microsoft Teams
131+
132+
Required: False
133+
Position: Named
134+
Default value: None
135+
Accept pipeline input: False
136+
Accept wildcard characters: False
137+
```
138+
139+
### CommonParameters
140+
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).
141+
142+
## INPUTS
143+
144+
## OUTPUTS
145+
146+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
147+
148+
## NOTES
149+
150+
## RELATED LINKS
151+
1152

0 commit comments

Comments
 (0)