|
Longbridge OpenAPI C++ SDK
|
Payload of a ChatStarted conversation stream event. More...
#include <types.hpp>
Public Attributes | |
| std::string | chat_uid |
| Conversation identifier. More... | |
| int64_t | chat_id |
| Numeric conversation identifier. More... | |
| std::string | message_id |
| Message ID of this round. More... | |
| std::string | error |
| Error code; empty when absent. More... | |
| std::string | error_message |
| Error message; empty when absent. More... | |
Payload of a ChatStarted conversation stream event.
| int64_t longbridge::agent::ChatStartedPayload::chat_id |
Numeric conversation identifier.
| std::string longbridge::agent::ChatStartedPayload::chat_uid |
Conversation identifier.
| std::string longbridge::agent::ChatStartedPayload::error |
Error code; empty when absent.
| std::string longbridge::agent::ChatStartedPayload::error_message |
Error message; empty when absent.
| std::string longbridge::agent::ChatStartedPayload::message_id |
Message ID of this round.