| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
contentType |
String | String | ✔️ | HTTP response content type for this operation |
statusCode |
int | int | ✔️ | HTTP response status code for this operation |
rawResponse |
HttpResponse<?> | HttpResponse<?> | ✔️ | Raw HTTP response; suitable for custom response parsing |
getConversationsV3Response |
@Nullable GetConversationsV3Response | Optional<GetConversationsV3Response> | ➖ | A list of conversation objects. |