AgentChatResponse
org.sagebionetworks.repo.model.agent.AgentChatResponse
The response to an agent chat request.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| sessionId | STRING | The sessionId that identifies the conversation with the agent. |
| responseText | STRING | The agent's text response to the user's request |
| attachmentStatuses | ARRAY<AgentChatAttachmentStatus> | Per-attachment processing results, in the same order as the request's attachments. Present only when the request included attachments. |