alice v0.4.3 Alice.ChatBackends.SlackOutbound

An Adapter for outbound messages to Slack.

Link to this section Summary

Functions

Makes Alice indicate she's typing in the appropriate channel

Sends a message back to slack

Link to this section Functions

Link to this function

indicate_typing(channel, slack)

indicate_typing(channel :: String.t(), slack :: map()) :: String.t()

Makes Alice indicate she's typing in the appropriate channel

Link to this function

send_message(message, channel, slack)

send_message(message :: String.t(), channel :: String.t(), slack :: map()) ::
  String.t()

Sends a message back to slack