| Field | Type | Required | Description |
|---|---|---|---|
id |
String | ✔️ | Platform-owned, non-persisted response envelope identifier in resp_<uuid> form. The same identifier is used for every event in one streamed response. |
object |
Object | ✔️ | N/A |
createdAt |
OffsetDateTime | ✔️ | RFC 3339 UTC timestamp when the response was created. |
status |
PlatformChatCompletedResponseStatus | ✔️ | N/A |
output |
List<PlatformChatOutputMessage> | ✔️ | N/A |
store |
boolean | ✔️ | N/A |
conversationId |
JsonNullable<String> | ➖ | Present when the interaction was persisted. |
requestId |
String | ✔️ | N/A |