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

ServerResponseWelcome Read-only data struct containing the relevant data of the 'welcome' response from the VoxtaServer. More...

#include <ServerResponseWelcome.h>

Inheritance diagram for ServerResponseWelcome:
ServerResponseBase

Public Member Functions

 ServerResponseWelcome (const FUserCharData &userData, const FGuid assistantId, const FString &voxtaServerVersion, const FString &apiVersion)
 Construct a welcome response.
 
- Public Member Functions inherited from ServerResponseBase
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.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

ServerResponseWelcome Read-only data struct containing the relevant data of the 'welcome' response from the VoxtaServer.

Contains user data, assistant ID, and version information.

Constructor & Destructor Documentation

◆ ServerResponseWelcome()

ServerResponseWelcome::ServerResponseWelcome ( const FUserCharData & userData,
const FGuid assistantId,
const FString & voxtaServerVersion,
const FString & apiVersion )
inlineexplicit

Construct a welcome response.

Parameters
userDataThe user and character data.
assistantIdThe ID of the assistant.
voxtaServerVersionThe version of the Voxta server.
apiVersionThe version of the API.

Member Data Documentation

◆ API_VERSION

const FString ServerResponseWelcome::API_VERSION

The version of the server API.

◆ ASSISTANT_ID

const FGuid ServerResponseWelcome::ASSISTANT_ID

The ID of the assistant.

◆ SERVER_VERSION

const FString ServerResponseWelcome::SERVER_VERSION

The version of the Voxta server.

◆ USER_DATA

const FUserCharData ServerResponseWelcome::USER_DATA

The user and character data.


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