Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::ChatFinishedPayload Struct Reference

#include <types.hpp>

Public Attributes

int64_t chat_id
 ID of the owning conversation. More...
 
std::string chat_uid
 Conversation identifier. More...
 
std::string message_id
 Message ID of this round. More...
 
std::string error
 Empty string in every run observed so far. More...
 
std::string error_message
 Empty string in every run observed so far. More...
 

Detailed Description

Payload of a ChatFinished conversation stream event, observed once all Message events for this round have been sent, shortly before WorkflowFinished.

Member Data Documentation

◆ chat_id

int64_t longbridge::agent::ChatFinishedPayload::chat_id

ID of the owning conversation.

◆ chat_uid

std::string longbridge::agent::ChatFinishedPayload::chat_uid

Conversation identifier.

◆ error

std::string longbridge::agent::ChatFinishedPayload::error

Empty string in every run observed so far.

◆ error_message

std::string longbridge::agent::ChatFinishedPayload::error_message

Empty string in every run observed so far.

◆ message_id

std::string longbridge::agent::ChatFinishedPayload::message_id

Message ID of this round.


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