You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,79 +33,17 @@ The Set-CsMainlineAttendantQuestionAnswerFlow cmdlet changes an existing questio
33
33
34
34
## PARAMETERS
35
35
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.
38
38
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.
0 commit comments