intercom-java
intercom-java copied to clipboard
Java bindings for the Intercom API
This PR regenerates code to match the latest API Definition.
when the conversation author type is lead, 'data.conversation_parts.conversation_parts[].author.name' will be null , and "NullPointerException: name must not be null" occurred. Conversation conversation = client.conversations().find(FindConversationRequest.builder().conversationId(conversationId).build());  
**SDK version** : 3.0.0 I already have a base of contacts stored with some basic data , and also a 'signed_up_at'. The issue is that the contacts already created with...
Hi, I'm going to try to search for a contact by email using the latest version (3.0) of the Intercom java client: `this.intercomClient.contacts().search( SearchRequest.builder() .query(query) .build());` But I always get...