Integration Advice

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?

Thank you in advance
Shivansh

Reply by k3kalinix | 2024-08-08 20:00:05

Hello,

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.

It is up to you to customize it.

Embedded Content:
Blueprints Reference | API Docs
Blueprints Reference - Comprehensive guide for Convai Unreal Engine integration.
Link: Blueprints Reference | Documentation

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