5#include "CoreMinimal.h"
16#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
const ServerResponseType RESPONSE_TYPE
The type of this server response.
Definition ServerResponseBase.h:28
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
virtual ~ServerResponseBase()=default