2020-02-23 19:21:31 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
conversation_id:
|
|
|
|
type: number
|
2020-03-11 10:49:13 +00:00
|
|
|
description: ID of the conversation
|
|
|
|
required: true
|
2020-04-10 11:12:37 +00:00
|
|
|
content:
|
2020-02-23 19:21:31 +00:00
|
|
|
type: string
|
2020-03-11 10:49:13 +00:00
|
|
|
description: The content of the message
|
|
|
|
required: true
|
2020-02-23 19:21:31 +00:00
|
|
|
private:
|
|
|
|
type: boolean
|
2020-03-11 10:49:13 +00:00
|
|
|
description: Flag to identify if it is a private note
|
2020-04-10 11:12:37 +00:00
|
|
|
content_type:
|
|
|
|
type: string
|
|
|
|
enum: ['input_select', 'form', 'cards']
|
|
|
|
content_attributes:
|
|
|
|
type: object
|
|
|
|
description: options/form object
|