How to set the BetterCharacterControl's velocity?

Hello mates! I am attempting to set the velocity of the better character control, but with no luck. There is a method to GET the velocity, but I can’t figure out how to set it. Any help would be appreciated!

You need to set the direction vector, the module of the vector being the velocity.
bcc.setWalkDirection(v);