|
Longbridge OpenAPI C++ SDK
|
An Agent in a Workspace. More...
#include <types.hpp>
Public Attributes | |
| std::string | uid |
| Agent UID, used as the path parameter of AgentContext::conversation. More... | |
| std::string | name |
| Agent name. More... | |
| std::string | description |
| Agent description. More... | |
| std::string | mode |
| Agent mode, e.g. "chat". More... | |
| std::string | icon |
| Icon URL. More... | |
| bool | is_published |
| Whether published; only published Agents can start conversations. More... | |
| int64_t | published_at |
| Publish time, Unix timestamp in seconds; 0 if unpublished. More... | |
| int64_t | created_at |
| Creation time, Unix timestamp in seconds. More... | |
| int64_t | updated_at |
| Last updated time, Unix timestamp in seconds. More... | |
| int64_t longbridge::agent::Agent::created_at |
Creation time, Unix timestamp in seconds.
| std::string longbridge::agent::Agent::description |
Agent description.
| std::string longbridge::agent::Agent::icon |
Icon URL.
| bool longbridge::agent::Agent::is_published |
Whether published; only published Agents can start conversations.
| std::string longbridge::agent::Agent::mode |
Agent mode, e.g. "chat".
| std::string longbridge::agent::Agent::name |
Agent name.
| int64_t longbridge::agent::Agent::published_at |
Publish time, Unix timestamp in seconds; 0 if unpublished.
| std::string longbridge::agent::Agent::uid |
Agent UID, used as the path parameter of AgentContext::conversation.
| int64_t longbridge::agent::Agent::updated_at |
Last updated time, Unix timestamp in seconds.