adrian_gomez
09/26/2024, 11:10 PMVapi
09/26/2024, 11:11 PMsay method to gently remind the candidate to provide briefer answers.
For example, you could set up a periodic check in your application that triggers every minute. When it detects that 10 minutes have passed, it could execute something like this:
javascript
if (percentageOfQuestionsAnswered < 70) {
vapi.say("Just a heads up, we're at the 10-minute mark. Let's try to keep the answers a bit more concise to cover all the questions. Thank you!");
}
This is a simplified example, and you would need to integrate it with your existing application logic that tracks the interview progress.
Would you like to proceed with implementing this kind of feature, or do you need further assistance with another aspect of VAPI?Vapi
09/26/2024, 11:11 PMShubham Bajaj
09/28/2024, 12:43 PM