2021-06-15 18:44:09 +00:00
|
|
|
type: object
|
2021-11-17 13:25:15 +00:00
|
|
|
properties:
|
2021-06-15 18:44:09 +00:00
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
description: Id of the conversation
|
|
|
|
inbox_id:
|
|
|
|
type: string
|
|
|
|
description: The inbox id of the conversation
|
|
|
|
messages:
|
|
|
|
type: array
|
2021-11-17 13:25:15 +00:00
|
|
|
items:
|
|
|
|
$ref: '#/definitions/message'
|
2021-06-15 18:44:09 +00:00
|
|
|
description: Messages in the conversation
|
|
|
|
contact:
|
|
|
|
type: object
|
2021-11-17 13:25:15 +00:00
|
|
|
description: The contact information associated to the conversation
|