Skip to content

"NullPointerException: name must not be null" occurred when retrieving a conversation if the author is lead. #332

@ZekeLung

Description

@ZekeLung

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

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions