intercom / intercom-java

Java bindings for the Intercom API
https://developers.intercom.io/reference
Apache License 2.0
64 stars 68 forks source link

Missing: conversation 'customer_first_reply' #262

Closed RafaelCavazza closed 4 years ago

RafaelCavazza commented 5 years ago

Hi,

The 'Conversation' class is missing the 'customer_first_reply' property.

Is there a way to get the property value?

"customer_first_reply": { "created_at": 1572027728, "type": "conversation", "url": "xxx/2502959-teste" },

Version info

alexshultsg commented 4 years ago

@RafaelCavazza Please, review https://github.com/intercom/intercom-java/pull/263 Thank you

alexshultsg commented 4 years ago

Fixed with 2.8.1

RafaelCavazza commented 4 years ago

Thank you!