Skip to content

Commit 1dc812b

Browse files
authored
Update Set-CsMainlineAttendantQuestionAnswerFlow.md
1 parent ec84a27 commit 1dc812b

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,134 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/teams/Set-CsMainlineAttendantQuestionAnswerFlow
4+
applicable: Microsoft Teams
5+
title: Set-CsMainlineAttendantQuestionAnswerFlow
6+
author: tomkau
7+
ms.author: tomkau
8+
manager: bulenteg
9+
ms.reviewer:
10+
schema: 2.0.0
11+
---
12+
13+
# Set-CsMainlineAttendantQuestionAnswerFlow
14+
15+
## SYNOPSIS
16+
Changes an existing Mainline Attendant question and answer (FAQ) flow
17+
18+
## SYNTAX
19+
20+
```
21+
Set-CsMainlineAttendantQuestionAnswerFlow -Identity <String> [-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 Set-CsMainlineAttendantQuestionAnswerFlow cmdlet changes an existing 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+
### -Identity
36+
The unique identifier for 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+
### -Name
52+
The name of the question and answer 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 question and answer flow
69+
70+
```yaml
71+
Type: String
72+
Parameter Sets: (All)
73+
Aliases:
74+
applicable: Microsoft Teams
75+
76+
Required: False
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: False
80+
Accept wildcard characters: False
81+
```
82+
83+
### -ApiAuthenticationType
84+
The method of authentication used by the API
85+
86+
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
87+
88+
```yaml
89+
Type: String
90+
Parameter Sets: (All)
91+
Aliases:
92+
applicable: Microsoft Teams
93+
94+
Required: False
95+
Position: Named
96+
Default value: None
97+
Accept pipeline input: False
98+
Accept wildcard characters: False
99+
```
100+
101+
### -KnowledgeBase
102+
The knowledge base definition
103+
104+
The parameters used by the API
105+
106+
For an example, see [New-CsMainlineAttendantQuestionAnswerFlow -KnowledgeBase](./New-CsMainlineAttendantQuestionAnswerFlowKnowledgeBaseJSON.md)
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+
### CommonParameters
122+
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).
123+
124+
## INPUTS
125+
126+
## OUTPUTS
127+
128+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
129+
130+
## NOTES
131+
132+
## RELATED LINKS
133+
1134

0 commit comments

Comments
 (0)