AI’s response text to speech

I need to access the AI’s response text in order to trigger some external actions. Could you please advise which subscription plan includes access to text-to-speech and full response text functionality? I am ready to upgrade or purchase the appropriate plan.

Thank you.

Hello @Ajinad !

There is no specific plan restriction for accessing the AI’s response text.

To retrieve the full response text in Unreal Engine, you can use the OnTextReceived event from the ChatBot component in your character’s Blueprint.

Let us know if you need help locating or implementing this event!

1 Like

Am a beginner in unreal engine, It would be very helpful if you could provide guidance on how to locate or implement these features within the platform.

Thank you for your assistance.

Of course! Here’s how you can access the relevant feature:

Click on your character’s Blueprint and select the ConvaiChatBot component from the Components panel. Then, in the Details panel, scroll to the Events section. There you’ll find the OnTextReceived event. You can use this event node to trigger your own logic based on the AI’s response. (Please note that this kind of customization is project-specific and falls outside the scope of our official support.)

1 Like

Thankyou for the replay and the support

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.