Build chat applications with PubNub Chat SDK
Agent Success
Agent success rate when using this tile
95%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.83x
Baseline
Agent success rate without this tile
52%
You are enhancing a PubNub Chat SDK-based messaging application with interactive message features. Users should be able to express quick feedback on messages using emoji, and should be able to start focused side conversations on any message. The application uses the PubNub Chat SDK (not the raw PubNub SDK).
Write a React component (MessageActions.jsx) that:
The component receives message (a Chat SDK Message object) and currentUserId as props.
MessageActions.jsx file containing a React component with emoji feedback and side conversation support.