Using narration, how can i get the text that the user is saying after each section?

Yes, you can get the user’s Speech Input during runtime.
In the ConvaiGRPCAPI.cs file, locate the ProcessUserQuery method. Inside the if(result.UserQuery.IsFinal) statement, you can access the user’s input text using result.UserQuery.TextData.

For clarity, I’ve attached a screenshot below to show exactly where this can be found. Let me know if you have any further questions! :blush:

1 Like