ServerResponseChatClosed Read-only data struct containing the relevant data of the 'chatClosed' response from the VoxtaServer. More...
#include <ServerResponseChatClosed.h>
Public Member Functions | |
ServerResponseChatClosed (FGuid chatId, FGuid sessionId) | |
Construct a chat closed response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Public Attributes | |
const FGuid | CHAT_ID |
The ID of the chat that is now closed. | |
const FGuid | SESSION_ID |
The session ID of the chat that is now closed. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
ServerResponseChatClosed Read-only data struct containing the relevant data of the 'chatClosed' response from the VoxtaServer.
Contains chat and session identifiers for the closed chat.
|
inlineexplicit |
Construct a chat closed response.
chatId | The ID of the closed chat. |
sessionId | The session ID of the closed chat. |
const FGuid ServerResponseChatClosed::CHAT_ID |
The ID of the chat that is now closed.
const FGuid ServerResponseChatClosed::SESSION_ID |
The session ID of the chat that is now closed.