ServerResponseChatMessageBase Abstract read-only data struct containing the shared relevant data for all 'reply...' responses from the VoxtaServer (e.g., message start, chunk, end, cancelled).
More...
#include <ServerResponseChatMessageBase.h>
ServerResponseChatMessageBase Abstract read-only data struct containing the shared relevant data for all 'reply...' responses from the VoxtaServer (e.g., message start, chunk, end, cancelled).
Provides message type, message ID, and session ID.
◆ ChatMessageType
Contains the possible states of the message that is currently being generated by Voxta.
Enumerator |
---|
MessageStart | |
MessageChunk | |
MessageEnd | |
MessageCancelled | |
◆ ServerResponseChatMessageBase()
ServerResponseChatMessageBase::ServerResponseChatMessageBase |
( |
ChatMessageType | messageType, |
|
|
FGuid | messageId, |
|
|
FGuid | sessionId ) |
|
inlineexplicit |
Construct a base chat message response.
- Parameters
-
messageType | The type of the chat message (start, chunk, end, cancelled). |
messageId | The unique ID of the message. |
sessionId | The session ID this message belongs to. |
◆ MESSAGE_ID
const FGuid ServerResponseChatMessageBase::MESSAGE_ID |
The unique ID of the message.
◆ MESSAGE_TYPE
The type of this chat message (start, chunk, end, cancelled).
◆ SESSION_ID
const FGuid ServerResponseChatMessageBase::SESSION_ID |
The session ID this message belongs to.
The documentation for this struct was generated from the following file: