OutboundMessage

public interface OutboundMessage

Message to be sent from the SDK client to server.

Types

Link copied to clipboard
public class Companion

Functions

Link copied to clipboard

Optional attachments to be sent with the message, empty iterable is allowed.

Link copied to clipboard
public abstract String getMessage()

Text message to be sent, empty string will be ignored.

Link copied to clipboard
public abstract String getPostback()

Optional postback, which was part of an Action which has triggered this OutboundMessage.