ServerResponseContextUpdated Read-only data struct containing the relevant data of the 'ContextUpdated' response from the VoxtaServer. More...
#include <ServerResponseContextUpdated.h>
Public Member Functions | |
ServerResponseContextUpdated (FStringView contextText, FGuid sessionId) | |
Construct a context updated response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FString | CONTEXT_TEXT |
The updated context text. | |
const FGuid | SESSION_ID |
The session ID for which the context was updated. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseContextUpdated Read-only data struct containing the relevant data of the 'ContextUpdated' response from the VoxtaServer.
Contains updated context text and session ID.
|
inlineexplicit |
Construct a context updated response.
contextText | The updated context text. |
sessionId | The session ID for which the context was updated. |
const FString ServerResponseContextUpdated::CONTEXT_TEXT |
The updated context text.
const FGuid ServerResponseContextUpdated::SESSION_ID |
The session ID for which the context was updated.