Script that handles Responses for ConvaiNPC?

Hey Team!,

I was wondering if there is a script that handles responses for the ConvaiNPC.

Essentially what I am looking for is… when I speak to my convai bot… which script handles generating of the response and sending BEFORE the bot speaks it out.

Hoping someone can help out with this!

Thanks!

Hello @Dylan_Suaris1,

You can take a look at the ConvaiGRPCAPI.cs script. It handles the core logic related to generating and sending responses.

In general, the folder you’ll want to explore is:
Assets\Convai\Scripts\Runtime\Core

Let us know if you need more guidance!