Original Discord Post by shivansh1499 | 2024-06-18 02:47:46
Hey I am pretty new to using ConvAI although i have seen all the videos to understand how to use ConvAI in unreal engine i have a doubt for my project i want to be able to store conversation that the player and AI have in a format like - Player - “'//conversation//”
AI- “//conversation//” in the engine and then push it to chatgpt for getting a summary of the whole conversation.
Also would it be better to do it in engine or do outside if yes then how?
You can learn how to get the player’s Speech to Text response or text input and the NPC’s response by referring to the documentation here. Blueprints Reference | Documentation
Then you can print these responses somewhere and use them as you wish.