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

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

#include <ServerResponseChatMessageCancelled.h>

Inheritance diagram for ServerResponseChatMessageCancelled:
ServerResponseChatMessageBase ServerResponseBase

Public Member Functions

 ServerResponseChatMessageCancelled (FGuid messageId, FGuid sessionId)
 Create a deserialized version of the VoxtaServer response represents the 'MessageCancelled' data.
 
- Public Member Functions inherited from ServerResponseChatMessageBase
 ServerResponseChatMessageBase (ChatMessageType messageType, FGuid messageId, FGuid sessionId)
 Construct a base chat message response.
 
- Public Member Functions inherited from ServerResponseBase
virtual ~ServerResponseBase ()=default
 
 ServerResponseBase (ServerResponseType responseType)
 

Additional Inherited Members

- Public Types inherited from ServerResponseChatMessageBase
enum class  ChatMessageType { MessageStart , MessageChunk , MessageEnd , MessageCancelled }
 Contains the possible states of the message that is currently being generated by Voxta. More...
 
- Public Attributes inherited from ServerResponseChatMessageBase
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.
 
- Public Attributes inherited from ServerResponseBase
const ServerResponseType RESPONSE_TYPE
 The type of this server response.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ServerResponseChatMessageCancelled()

ServerResponseChatMessageCancelled::ServerResponseChatMessageCancelled ( FGuid messageId,
FGuid sessionId )
inlineexplicit

Create a deserialized version of the VoxtaServer response represents the 'MessageCancelled' data.


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