ServerResponseChatUpdate Read-only data struct containing the relevant data of the 'update' response from the VoxtaServer. More...
#include <ServerResponseChatUpdate.h>
Public Member Functions | |
ServerResponseChatUpdate (FGuid messageId, FGuid senderId, FStringView text, FGuid sessionId) | |
Construct a chat update response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FGuid | MESSAGE_ID |
The unique ID of the message. | |
const FGuid | SENDER_ID |
The ID of the sender. | |
const FString | TEXT_CONTENT |
The text content of the message. | |
const FGuid | SESSION_ID |
The session ID this message belongs to. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseChatUpdate Read-only data struct containing the relevant data of the 'update' response from the VoxtaServer.
Contains message details including IDs and text content.
|
inlineexplicit |
Construct a chat update response.
messageId | The unique ID of the message. |
senderId | The ID of the sender. |
text | The text content of the message. |
sessionId | The session ID this message belongs to. |
const FGuid ServerResponseChatUpdate::MESSAGE_ID |
The unique ID of the message.
const FGuid ServerResponseChatUpdate::SENDER_ID |
The ID of the sender.
const FGuid ServerResponseChatUpdate::SESSION_ID |
The session ID this message belongs to.
const FString ServerResponseChatUpdate::TEXT_CONTENT |
The text content of the message.