Controlling the car with voice

Hi guys, I hope you are feeling great. This is a noob question and its bugging me a lot. Kindly do not ignore this. It will out my heart at ease :). I have replaced the mannequin mesh here Sphinx Plugin by ShaneC with the car model I got from here UE4 Car tuts.
I replaced the mesh in SpeechRecognitionCharacter_bp blueprint. What I want to do is make the car move when I say left or right etc. I followed the tutorial and car moves with keyboard in separate project.
The idea I came up with is that When I speak Left the speech recognizer will recognize it and It will compare it with directions of car movement(Accelerate, Stop, Left, Right). If matched it will move in that direction. The problem is I do not know how to implement my idea. Help would be appreciated. Thanks in advance.

Regards,

Thanks anyway guys, I figured it out

your project sounds cool. can you described how you solved the voice inputs?