ServerResponseChatMessageChunk Read-only data struct containing the relevant data of the 'replyChunk' response from the VoxtaServer.
More...
#include <ServerResponseChatMessageChunk.h>
ServerResponseChatMessageChunk Read-only data struct containing the relevant data of the 'replyChunk' response from the VoxtaServer.
Represents a chunk of a chat message, including sender, indices, text, audio path, and narration flag.
◆ ServerResponseChatMessageChunk()
ServerResponseChatMessageChunk::ServerResponseChatMessageChunk |
( |
FGuid | messageId, |
|
|
FGuid | senderId, |
|
|
FGuid | sessionId, |
|
|
int | startIndex, |
|
|
int | endIndex, |
|
|
FStringView | messageText, |
|
|
FStringView | audioUrlPath, |
|
|
bool | isNarration ) |
|
inlineexplicit |
Construct a chat message chunk response.
- Parameters
-
messageId | The unique ID of the message. |
senderId | The ID of the sender. |
sessionId | The session ID this message belongs to. |
startIndex | The start index of this chunk in the message. |
endIndex | The end index of this chunk in the message. |
messageText | The text content of this chunk. |
audioUrlPath | The audio URL path for this chunk. |
isNarration | Whether this chunk is narration. |
◆ AUDIO_URL_PATH
const FString ServerResponseChatMessageChunk::AUDIO_URL_PATH |
The audio URL path for this chunk.
◆ END_INDEX
const int ServerResponseChatMessageChunk::END_INDEX |
The end index of this chunk in the message.
◆ IS_NARRATION
const bool ServerResponseChatMessageChunk::IS_NARRATION |
Whether this chunk is narration.
◆ MESSAGE_TEXT
const FString ServerResponseChatMessageChunk::MESSAGE_TEXT |
The text content of this chunk.
◆ SENDER_ID
const FGuid ServerResponseChatMessageChunk::SENDER_ID |
◆ START_INDEX
const int ServerResponseChatMessageChunk::START_INDEX |
The start index of this chunk in the message.
The documentation for this struct was generated from the following file: