Skip to content

Commit 36563bb

Browse files
authored
Update Set-CsMainlineAttendantQuestionAnswerFlow.md
1 parent d789045 commit 36563bb

File tree

1 file changed

+6
-68
lines changed

1 file changed

+6
-68
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsMainlineAttendantQuestionAnswerFlow.md

Lines changed: 6 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changes an existing Mainline Attendant question and answer (FAQ) flow
1919
## SYNTAX
2020

2121
```
22-
Set-CsMainlineAttendantQuestionAnswerFlow -Identity <String> [-Name <String>] [-Description <String>] [-ApiAuthenticationType <basic | api_key | bearer_token_static | bearer_token_dynamic>] [-KnowledgeBase <String>] [-Tenant <Guid>] [<CommonParameters>]
22+
Set-CsMainlineAttendantQuestionAnswerFlow -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -33,79 +33,17 @@ The Set-CsMainlineAttendantQuestionAnswerFlow cmdlet changes an existing questio
3333

3434
## PARAMETERS
3535

36-
### -Identity
37-
The unique identifier for the question and answer flow.
36+
### -Instance
37+
The Instance parameter is the object reference to the Mainline Attendant Question and Answer flow to be modified.
3838

39-
```yaml
40-
Type: String
41-
Parameter Sets: (All)
42-
Aliases:
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-
59-
Required: False
60-
Position: Named
61-
Default value: None
62-
Accept pipeline input: False
63-
Accept wildcard characters: False
64-
```
65-
66-
### -Description
67-
The description for the question and answer flow
39+
You can retrieve an object reference to an existing Mainline Attendant Question and Answer Flow by using the [Get-CsMainlineAttendantQuestionAnswerFlow](Get-CsMainlineAttendantQuestionAnswerFlow.md) cmdlet and assigning the returned value to a variable.
6840

6941
```yaml
70-
Type: String
42+
Type: Object
7143
Parameter Sets: (All)
7244
Aliases:
7345

74-
Required: False
75-
Position: Named
76-
Default value: None
77-
Accept pipeline input: False
78-
Accept wildcard characters: False
79-
```
80-
81-
### -ApiAuthenticationType
82-
The method of authentication used by the API
83-
84-
PARAVALUES: basic | api_key | bearer_token_static | bearer_token_dynamic
85-
86-
```yaml
87-
Type: String
88-
Parameter Sets: (All)
89-
Aliases:
90-
91-
Required: False
92-
Position: Named
93-
Default value: None
94-
Accept pipeline input: False
95-
Accept wildcard characters: False
96-
```
97-
98-
### -KnowledgeBase
99-
The knowledge base definition
100-
101-
The parameters used by the API
102-
103-
```yaml
104-
Type: String
105-
Parameter Sets: (All)
106-
Aliases:
107-
108-
Required: False
46+
Required: True
10947
Position: Named
11048
Default value: None
11149
Accept pipeline input: False

0 commit comments

Comments
 (0)