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
ServerResponseChatSessionError(FStringView chatSessionId, bool retry, FStringView message)
Construct a chat session error response.
Definition ServerResponseChatSessionError.h:24
const FString ERROR_CHAT_SESSION_ID
The ID of the chat session that encountered the error.
Definition ServerResponseChatSessionError.h:35
const bool ERROR_RETRY
Whether the operation can be retried.
Definition ServerResponseChatSessionError.h:37
const FString ERROR_MESSAGE
The error message.
Definition ServerResponseChatSessionError.h:39