Class NullConversationPrefix

    • Constructor Detail

      • NullConversationPrefix

        public NullConversationPrefix()
    • Method Detail

      • getPrefix

        @NotNull
        public String getPrefix​(@NotNull
                                ConversationContext context)
        Prepends each conversation message with an empty string.
        Specified by:
        getPrefix in interface ConversationPrefix
        Parameters:
        context - Context information about the conversation.
        Returns:
        An empty string.