|
NIM PC Cross Platform SDK
|
Classes | |
| struct | DeleteSessionParam |
| struct | QuerySessionListResult |
| 会话服务 查询会话列表应答数据定义 More... | |
| struct | SessionInfo |
| 会话服务 会话数据定义 More... | |
Public Types | |
| typedef std::list< SessionInfo > | SessionList |
| 会话列表 | |
Static Public Member Functions | |
| static bool | ParseSessionInfo (const std::string &session_json, SessionInfo &session) |
| static bool | ParseQuerySessionListResult (const std::string &sessions_json, QuerySessionListResult &result) |
| static std::string | DeleteSessionParamToJsonString (const DeleteSessionParam ¶m) |
| 解析查询会话列表结果 More... | |
|
static |