5#include "CoreMinimal.h"
15#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const FGuid SESSION_ID
The session ID this message belongs to.
Definition ServerResponseChatUpdate.h:45
const FString TEXT_CONTENT
The text content of the message.
Definition ServerResponseChatUpdate.h:43
const FGuid SENDER_ID
The ID of the sender.
Definition ServerResponseChatUpdate.h:41
ServerResponseChatUpdate(FGuid messageId, FGuid senderId, FStringView text, FGuid sessionId)
Construct a chat update response.
Definition ServerResponseChatUpdate.h:25
const FGuid MESSAGE_ID
The unique ID of the message.
Definition ServerResponseChatUpdate.h:39