Skip to content

Commit

Permalink
Merge pull request #181 from shanedewael/docs_wrong_include-path
Browse files Browse the repository at this point in the history
Fix include so docs will generate
  • Loading branch information
Shane DeWael authored May 6, 2019
2 parents 47244b0 + 322756b commit 210ef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_basic/acknowledging_requests.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Acknowledging requests
title: Acknowledging events
slug: acknowledge
order: 7
---

<div class="section-content">
Actions, commands, and options requests must **always** be acknowledged using the `ack()` function. This lets Slack know that the event was received and updates the Slack user interface accordingly. Depending on the type of event, your acknowledgement may be different. For example, when acknowledging a dialog submission you will call `ack()` with validation errors if the submission contains errors, or with no parameters if the submission is valid.
Actions, commands, and options events must **always** be acknowledged using the `ack()` function. This lets Slack know that the event was received and updates the Slack user interface accordingly. Depending on the type of event, your acknowledgement may be different. For example, when acknowledging a dialog submission you will call `ack()` with validation errors if the submission contains errors, or with no parameters if the submission is valid.

We recommend calling `ack()` right away before sending a new message or fetching information from your database since you only have 3 seconds to respond.
</div>
Expand Down
File renamed without changes.

0 comments on commit 210ef06

Please sign in to comment.