|
Longbridge OpenAPI C++ SDK
|
inputs of a WorkflowStarted conversation stream event.
More...
#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 | query |
| The question that was asked. More... | |
inputs of a WorkflowStarted conversation stream event.
| int64_t longbridge::agent::WorkflowStartedInputs::chat_id |
ID of the owning conversation.
| std::string longbridge::agent::WorkflowStartedInputs::chat_uid |
Conversation identifier.
| std::string longbridge::agent::WorkflowStartedInputs::message_id |
Message ID of this round.
| std::string longbridge::agent::WorkflowStartedInputs::query |
The question that was asked.