Can ai react to voice chat?

Hello, i have a question about AI pawn sensing.

is it possible that the ai reacts on voice chat ? i want to make a horror game with advanced mechanics and tought this would be awesome!

Yes, if you look in there “senses” one of the senses you can use and setup is hearing.

It will be very hard if you want your AI to know what their is being talked about, but possible, because you will need to write a program that detects what the voice chat is talking about, but if you only want to detect if there is being spoken trough the voice chat it would be quite easy. Then you can just emmit a nose from a player that speaks and use AI perception component or your own logic to detect that.