ResponsesTypes enum
Fields
None = 0 | No response expected |
Json = 1 | Plain JSON response |
Activity = 2 | JSON Activity object to send to the user |
Activities = 3 | Json Array of activity objects to send to the user |
Binary = 4 | Binary data parsing from http response content |