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
Copy file name to clipboardExpand all lines: reference.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ client.actions.invoke_action(
85
85
<dl>
86
86
<dd>
87
87
88
-
**human_confirmation_channel:**`HumanConfirmationChannel` — Where we should ask for human confirmation if necessary
88
+
**require_human_confirmation:**`bool` — If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
89
89
90
90
91
91
</dd>
@@ -121,7 +121,7 @@ client.actions.invoke_action(
121
121
<dl>
122
122
<dd>
123
123
124
-
**require_human_confirmation:**`typing.Optional[bool]` — If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
124
+
**human_confirmation_channel:**`typing.Optional[HumanConfirmationChannel]` — Where we should ask for human confirmation if necessary
Where we should ask for human confirmation if necessary
46
+
require_human_confirmation : bool
47
+
If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
Where we should ask for human confirmation if necessary
161
+
require_human_confirmation : bool
162
+
If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
If true, then before executing the action we will ask for a human confirmation in Slack. If false, we may still ask for human confirmation if it's required by your organization admin.
0 commit comments