5#include "CoreMinimal.h"
15#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const FGuid CHAT_ID
The ID of the chat that is now closed.
Definition ServerResponseChatClosed.h:33
const FGuid SESSION_ID
The session ID of the chat that is now closed.
Definition ServerResponseChatClosed.h:35
ServerResponseChatClosed(FGuid chatId, FGuid sessionId)
Construct a chat closed response.
Definition ServerResponseChatClosed.h:23