intercom / intercom-java

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

Add support for `display_as` when finding a conversation #239

Closed thewheat closed 6 years ago

thewheat commented 6 years ago

Sample usage

        Map<String, String> params = new HashMap<String, String>();
        params.put("display_as", "plaintext");
        Conversation c = Conversation.find("18718188522", params);

Docs detailing display_as https://developers.intercom.com/intercom-api-reference/reference#get-a-single-conversation image