UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
ServerResponseChatUpdate Struct Reference

ServerResponseChatUpdate Read-only data struct containing the relevant data of the 'update' response from the VoxtaServer. More...

#include <ServerResponseChatUpdate.h>

Inheritance diagram for ServerResponseChatUpdate:
ServerResponseBase

Public Member Functions

 ServerResponseChatUpdate (FGuid messageId, FGuid senderId, FStringView text, FGuid sessionId)
 Construct a chat update response.
 
- Public Member Functions inherited from ServerResponseBase
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.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

ServerResponseChatUpdate Read-only data struct containing the relevant data of the 'update' response from the VoxtaServer.

Contains message details including IDs and text content.

Constructor & Destructor Documentation

◆ ServerResponseChatUpdate()

ServerResponseChatUpdate::ServerResponseChatUpdate ( FGuid messageId,
FGuid senderId,
FStringView text,
FGuid sessionId )
inlineexplicit

Construct a chat update response.

Parameters
messageIdThe unique ID of the message.
senderIdThe ID of the sender.
textThe text content of the message.
sessionIdThe session ID this message belongs to.

Member Data Documentation

◆ MESSAGE_ID

const FGuid ServerResponseChatUpdate::MESSAGE_ID

The unique ID of the message.

◆ SENDER_ID

const FGuid ServerResponseChatUpdate::SENDER_ID

The ID of the sender.

◆ SESSION_ID

const FGuid ServerResponseChatUpdate::SESSION_ID

The session ID this message belongs to.

◆ TEXT_CONTENT

const FString ServerResponseChatUpdate::TEXT_CONTENT

The text content of the message.


The documentation for this struct was generated from the following file: