Bot response format

Hi i am using slack channel.

separate action server to generate bot responses;

Could you please tell me where can I find examples of ‘image’, ‘attachments’, ‘elements’ formats in bot response?

{
"text": "hey there",
"buttons": [],
"image": null,
"elements": [],
"attachments": []
}

Hi @meksikann, did you already have a look at this docs HTTP API ?

Oh!. Looking now… Thanks lot.It’s exactly what I wanted:)