Skip to content

Commit 51bc560

Browse files
authored
Create New-CsMainlineAttendantQuestionAnswerFlow.md
1 parent ee048fa commit 51bc560

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/New-CsMainlineAttendantQuestionAnswerFlow
4+
applicable: Microsoft Teams
5+
title: New-CsMainlineAttendantQuestionAnswerFlow
6+
author: tomkau
7+
ms.author: tomkau
8+
manager: bulenteg
9+
ms.reviewer:
10+
schema: 2.0.0
11+
---
12+
13+
# New-CsMainlineAttendantQuestionAnswerFlow
14+
15+
## SYNOPSIS
16+
Creates new Mainline Attendant question and answer (FAQ) flow
17+
18+
## SYNTAX
19+
20+
```
21+
New-CsMainlineAttendantQuestionAnswerFlow -Name <String> -Description <String> -ApiAuthenticationType <basic | api_key | bearer_token_static | bearer_token_dynamic> -KnowledgeBase <String> [-Tenant <Guid>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
The New-CsMainlineAttendantQuestionAnswerFlow cmdlet creates a question and answer 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 question and answer 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 question and answer flow
53+
54+
```yaml
55+
Type: String
56+
Parameter Sets: (All)
57+
Aliases:
58+
applicable: Microsoft Teams
59+
60+
Required: True
61+
Position: Named
62+
Default value: None
63+
Accept pipeline input: False
64+
Accept wildcard characters: False
65+
```
66+
67+
### -ApiAuthenticationType
68+
The method of authentication used by the API
69+
70+
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
71+
72+
```yaml
73+
Type: String
74+
Parameter Sets: (All)
75+
Aliases:
76+
applicable: Microsoft Teams
77+
78+
Required: True
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
85+
### -KnowledgeBase
86+
The knowledge base definition
87+
88+
The parameters used by the API
89+
90+
For an example, see [New-CsMainlineAttendantQuestionAnswerFlow -KnowledgeBase](./New-CsMainlineAttendantQuestionAnswerFlowKnowledgeBaseJSON.md)
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+
### CommonParameters
106+
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).
107+
108+
## INPUTS
109+
110+
## OUTPUTS
111+
112+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
113+
114+
## NOTES
115+
116+
## RELATED LINKS
117+

0 commit comments

Comments
 (0)