Conversation attachment files

Properties of the attachment files in a conversation part

content_type
string

The content type of the file

data
string

The base64 encoded file data.

name
string

The name of the file.

{ "content_type": "application/json", "data": "ewogICJ0ZXN0IjogMQp9", "name": "test.json" }