Ethan Tan
11/11/2024, 3:12 PMShubham Bajaj
11/11/2024, 6:17 PMEthan Tan
11/12/2024, 4:58 PMShubham Bajaj
11/13/2024, 8:59 AMjson
startSpeakingPlan: {
customEndpointingRules: [
{
type: 'assistant',
regex: '^Hello\\? What would you love to create\\?$',
regexOptions: [{ type: REGEX_OPTION.IGNORE_CASE, enabled: true }],
timeoutSeconds: 30,
},
],
}
Your required to use custom endpointing rules here, can you try using this.
Now assistant will wait for 30seconds post asking Hello What would you love to create.
to the user.Shubham Bajaj
11/13/2024, 8:59 AMEthan Tan
11/18/2024, 5:10 PMShubham Bajaj
11/18/2024, 8:51 PMShubham Bajaj
11/18/2024, 8:52 PMwaitSeconds
to wait for 30 seconds before analysing or detecting what user has spoken, do this works for you?Ethan Tan
11/26/2024, 6:04 PMShubham Bajaj
11/27/2024, 5:44 AMEthan Tan
11/28/2024, 10:08 AMShubham Bajaj
11/29/2024, 3:04 PMExample
https://discord.com/channels/1211482211119796234/1305550609306484736/1306181633950617652
@Ethan Tan as of now there is no documentation available, but you can create a #1211483291191083018 ticket for it, and by tomorrow I can create the documentaton.Ethan Tan
12/06/2024, 11:39 AMShubham Bajaj
12/10/2024, 9:06 PM