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

ServerResponseContextUpdated Read-only data struct containing the relevant data of the 'ContextUpdated' response from the VoxtaServer. More...

#include <ServerResponseContextUpdated.h>

Inheritance diagram for ServerResponseContextUpdated:
ServerResponseBase

Public Member Functions

 ServerResponseContextUpdated (FStringView contextText, FGuid sessionId)
 Construct a context updated response.
 
- Public Member Functions inherited from ServerResponseBase
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.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

ServerResponseContextUpdated Read-only data struct containing the relevant data of the 'ContextUpdated' response from the VoxtaServer.

Contains updated context text and session ID.

Constructor & Destructor Documentation

◆ ServerResponseContextUpdated()

ServerResponseContextUpdated::ServerResponseContextUpdated ( FStringView contextText,
FGuid sessionId )
inlineexplicit

Construct a context updated response.

Parameters
contextTextThe updated context text.
sessionIdThe session ID for which the context was updated.

Member Data Documentation

◆ CONTEXT_TEXT

const FString ServerResponseContextUpdated::CONTEXT_TEXT

The updated context text.

◆ SESSION_ID

const FGuid ServerResponseContextUpdated::SESSION_ID

The session ID for which the context was updated.


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