Read-only data struct containing the relevant data of the 'replyCancelled' response from the VoxtaServer. More...
#include <ServerResponseChatMessageCancelled.h>
Public Member Functions | |
ServerResponseChatMessageCancelled (FGuid messageId, FGuid sessionId) | |
Create a deserialized version of the VoxtaServer response represents the 'MessageCancelled' data. | |
![]() | |
ServerResponseChatMessageBase (ChatMessageType messageType, FGuid messageId, FGuid sessionId) | |
Construct a base chat message response. | |
![]() | |
virtual | ~ServerResponseBase ()=default |
ServerResponseBase (ServerResponseType responseType) | |
Additional Inherited Members | |
![]() | |
enum class | ChatMessageType { MessageStart , MessageChunk , MessageEnd , MessageCancelled } |
Contains the possible states of the message that is currently being generated by Voxta. More... | |
![]() | |
const ChatMessageType | MESSAGE_TYPE |
The type of this chat message (start, chunk, end, cancelled). | |
const FGuid | MESSAGE_ID |
The unique ID of the message. | |
const FGuid | SESSION_ID |
The session ID this message belongs to. | |
![]() | |
const ServerResponseType | RESPONSE_TYPE |
The type of this server response. | |
Read-only data struct containing the relevant data of the 'replyCancelled' response from the VoxtaServer.
|
inlineexplicit |
Create a deserialized version of the VoxtaServer response represents the 'MessageCancelled' data.