How to make the Convai Bot Stop speaking?

Hey Team!..Was curious on how to make the bot stop speaking through code if possible!

Any help would be very much appreciated!

Hi Dylan, I’m not on the Convai team but have a Convai based app, I’m stopping my characters speaking with this :

convaiNPC.InterruptCharacterSpeech();

1 Like

Great, Thanks so much!

1 Like

No problem! (The method itself is in ConvaiNPC.cs).

2 Likes