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());

