Extracting conversation

Original Discord Post by sketcher7771 | 2024-08-29 06:06:29

hello i’m working with unreal and i want to extract the chat so i can take some data from it and use it again how may i do this
thanks a lot

Reply by mighty_brute | 2024-08-29 07:12:40

Hello <@283263381866020865>,
I recommend checking out the setup of the Chat Widget’s collapsed graph in ConvaiBasePlayer blueprint. There are two key delegates you should focus on:

OnTextReceived
OnTranscriptionReceived

These delegates will provide you with the chat.

For further assistance, please take a look at this tutorial : https://www.youtube.com/watch?v=Up0Ria9PaFI&list=PLn_7tCx0ChiogfggG1AVo6IkELQSLt6o3&index=3

Let me know if you need any more help!

Embedded Content:
Add Live Transcriptions and Events for AI NPCs in Unreal Engine | C…
After having set up conversation capabilities for your AI Characters in Unreal Engine 5, we dive into Part 2 of this tutorial series where we set up the Convai UE plugin for live AI transcriptions and events.

Full Playlist here: https://www.youtube.com/playlist?list=PLn_7tCx0ChiogfggG1AVo6IkELQSLt6o3

Tutorial Project: https://drive.google.com/
Link: https://www.youtube.com/watch?v=Up0Ria9PaFI

Reply by sketcher7771 | 2024-08-29 07:13:47

Okay thanks

This conversation happened on the Convai Discord Server, so this post will be closed.