ChatDetail
One chat run and its conversation so far, as GET /v1/chats/{id} and the chat.ended webhook see it.
- chatType: string
_agent _id min length:1max length:512required - chatType: string
_agent _version _id min length:1max length:512required - createdType: stringFormat: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- fromType: string
_phone _number required - idType: stringmin length:1max length:512required
- statusType: ChatStatusenumrequired
Where a chat run is in its life.
valuespendingactivecompletedfailedcancelled - toType: string
_phone _number required - transcriptType: array of ChatTranscriptMessagerequiredProperties: 3
The conversation so far, oldest first.
- updatedType: stringFormat: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- analysisType: ResiaJsonObjectnullableProperties: 1
The end-of-chat analysis, present once the chat has completed and been analysed.
- endedType: stringFormat: date-timenullable
_at When the chat reached a terminal status, or null while it is still open.

