| Interface | Description |
|---|---|
| Jsonable |
Jsonable is an interface to declare that the object provides
a function to convert itself to json object
|
| Stringable |
| Class | Description |
|---|---|
| AudioMessage |
Represents an audio message to be sent using the
MessageSendRequest object. |
| FlexMessage |
Represents a Flex Message to be sent using the
MessageSendRequest object. |
| ImageMessage |
Represents an image message to be sent using the
MessageSendRequest object. |
| LocationMessage |
Represents a location message to be sent using the
MessageSendRequest object. |
| MessageData |
Represents message content that the channel sends to users.
|
| MessageSender |
Represents a sender of the message.
|
| MessageSendRequest |
Represents message data to be sent via the User Message API.
|
| OttRequest |
Represents user ids to be sent via the OTT(One time token) API.
|
| TemplateMessage |
Represents a template message to be sent using the
MessageSendRequest object. |
| TextMessage |
Represents a text message to be sent using the
MessageSendRequest object. |
| VideoMessage |
Represents a video message to be sent using the
MessageSendRequest object. |
| Enum | Description |
|---|---|
| Type |
Message types that the
MessageSendRequest class supports. |