NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nim::NIMAIModelCallResult结构体 参考

AI 数字人代理请求结果 更多...

#include <nim_ai_helper.h>

Public 成员函数

void FromJsonString (const std::string &json_string)
 

Public 属性

std::string account_id_
 数字人的账号 ID
 
std::string request_id_
 本次响应的标识
 
NIMAIModelCallContent content_
 请求 AI 的回复
 

详细描述

AI 数字人代理请求结果

成员函数说明

◆ FromJsonString()

void nim::NIMAIModelCallResult::FromJsonString ( const std::string &  json_string)
inline

类成员变量说明

◆ account_id_

std::string nim::NIMAIModelCallResult::account_id_

数字人的账号 ID

◆ content_

NIMAIModelCallContent nim::NIMAIModelCallResult::content_

请求 AI 的回复

◆ request_id_

std::string nim::NIMAIModelCallResult::request_id_

本次响应的标识


该结构体的文档由以下文件生成: