作为活动执行者的 AI 智能体的详细信息。
| JSON 表示法 |
|---|
{
"agentType": string,
"agentId": string,
"agentName": string,
"agentOwner": {
object ( |
| 字段 | |
|---|---|
agentType |
代理的类型。 |
agentId |
代理的 ID。 |
agentName |
代理的用户可见名称。 |
agentOwner |
代理的所有者。 |
AgentOwner
AI 智能体所有者的详细信息。
| JSON 表示法 |
|---|
{ "email": string } |
| 字段 | |
|---|---|
email |
代理所有者的电子邮件地址。 |