abstract fun getMessage(agent: Agent, messageId: String): Single<BasicMessageRecord>
Returns a message record with the given ID.
agent
- agent to get message for
messageId
- ID of the basic message record
Return
Single of BasicMessageRecord, record with the given ID.