5#include "CoreMinimal.h"
16#pragma region public API
27 const FString& voxtaServerVersion,
const FString& apiVersion) :
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
FUserCharData Read-only data struct containing all the relevant information for the character represe...
Definition UserCharData.h:20
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
ServerResponseWelcome(const FUserCharData &userData, const FGuid assistantId, const FString &voxtaServerVersion, const FString &apiVersion)
Construct a welcome response.
Definition ServerResponseWelcome.h:26
const FString SERVER_VERSION
The version of the Voxta server.
Definition ServerResponseWelcome.h:43
const FUserCharData USER_DATA
The user and character data.
Definition ServerResponseWelcome.h:39
const FString API_VERSION
The version of the server API.
Definition ServerResponseWelcome.h:45
const FGuid ASSISTANT_ID
The ID of the assistant.
Definition ServerResponseWelcome.h:41