Skip to content

Commit d6493c4

Browse files
authored
Update New-CsMainlineAttenantAppointmentBookingFlowApiDefinitionsJSON.md
1 parent a88cca6 commit d6493c4

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

teams/teams-ps/teams/New-CsMainlineAttenantAppointmentBookingFlowApiDefinitionsJSON.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,38 @@
22
external help file: Microsoft.Rtc.Management.dll-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/new-csmainlineattenantappointmentbookingflowapidefinitionsJSON
44
applicable: Microsoft Teams
5-
title: New-CsMainLineAttenantAppointmentBookingFlow-ApiDefinitions-JSON
5+
title: New-CsMainLineAttenantAppointmentBookingFlowApiDefinitionsJSON
66
author: tomkau
77
ms.author: tomkau
88
manager: bulenteg
99
ms.reviewer:
1010
schema: 2.0.0
1111
---
1212

13-
# New-CsMainlineAttendantAppointmentBookingFlow -Apidefinitions JSON example
13+
# New-CsMainlineAttendantAppointmentBookingFlow
1414

1515
## 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+
### -ApiDefinition
36+
1637
JSON example for the -ApiDefintions parameter
1738

1839
```json
@@ -415,3 +436,5 @@ JSON example for the -ApiDefintions parameter
415436

416437
}
417438
```
439+
440+
### -Parameter2

0 commit comments

Comments
 (0)