Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.12 KB

File metadata and controls

15 lines (12 loc) · 6.12 KB

PlatformChatCompletedResponse

Fields

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