* The function to run after sending the output.
(_res?: Message)
| 140 | * The function to run after sending the output. |
| 141 | */ |
| 142 | async finalize(_res?: Message) {} |
| 143 | |
| 144 | async acknowledge() { |
| 145 | if (this.type === "classic" && this.message) { |
no outgoing calls
no test coverage detected