Arduino robot voice interaction

Hi i was wondering if you can do voice interaction somehow like anki vector?

If you mean off line, voice recognition works with your PC, but not Arduino.

There are a couple of Arduino-compatible modules that can be trained to recognize a few commands.

I know you can use a bluetooth module to give commands but I want to be able to build something like Anki'S Vector and be able to talk and interact with the robot.

For the price of a used Vector (about $200 on eBay) you might be able to put together some similar hardware. You should probably start with something with more power than a typical Arduino. Maybe a Raspberry Pi. You will need a LOT of programming to make your robot conversational.

I'd go with a BeagleBone AI or a BeagleBone Black.

Sounds good, can you use Arduino IDE for programming?