Attach event handler callback that needs to be invoked when a message is received from Agent/Supervisor/Bot.
The event handler callback.
string Unique EventHandlerId that was generated by SDK when the event handler was attached.
Attach event handler callback that needs to be invoked when a client message is delivered to Agent/Supervisor/Bot.
The event handler callback.
string Unique EventHandlerId that was generated by SDK when the event handler was attached.
Attach event handler callback that needs to be invoked when a participant (other than this user) has started typing.
The event handler callback.
string Unique EventHandlerId that was generated by SDK when the event handler was attached.
Attach event handler callback that needs to be invoked when a participant (other than this user) has stopped typing.
The event handler callback.
string Unique EventHandlerId that was generated by SDK when the event handler was attached.
Get older messages exchanged in the conversation.
The number of messages to be fetched.
A promise that resolves to a page iterator that can be used to fetch messages.
Send message to contact center (agent/bot/supervisor).
The message to be sent.
A promise that resolves to the message that was sent.
AxpMessagingConversationTrait is an interface that provides definition for the messaging conversation functionality.