ServerResponseWelcome Read-only data struct containing the relevant data of the 'welcome' response from the VoxtaServer. More...
#include <ServerResponseWelcome.h>
Public Member Functions | |
ServerResponseWelcome (const FUserCharData &userData, const FGuid assistantId, const FString &voxtaServerVersion, const FString &apiVersion) | |
Construct a welcome response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FUserCharData | USER_DATA |
The user and character data. | |
const FGuid | ASSISTANT_ID |
The ID of the assistant. | |
const FString | SERVER_VERSION |
The version of the Voxta server. | |
const FString | API_VERSION |
The version of the server API. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseWelcome Read-only data struct containing the relevant data of the 'welcome' response from the VoxtaServer.
Contains user data, assistant ID, and version information.
|
inlineexplicit |
Construct a welcome response.
userData | The user and character data. |
assistantId | The ID of the assistant. |
voxtaServerVersion | The version of the Voxta server. |
apiVersion | The version of the API. |
const FString ServerResponseWelcome::API_VERSION |
The version of the server API.
const FGuid ServerResponseWelcome::ASSISTANT_ID |
The ID of the assistant.
const FString ServerResponseWelcome::SERVER_VERSION |
The version of the Voxta server.
const FUserCharData ServerResponseWelcome::USER_DATA |
The user and character data.