You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/customization/speech-configuration.mdx
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -244,16 +244,10 @@ This enhanced explanation provides concrete examples and clear descriptions of t
244
244
-**Elderly or Speech-Impaired Users**: The endpointing rules can be customized to accommodate slower speech patterns or frequent pauses, ensuring the assistant doesn't interrupt prematurely.
245
245
246
246
247
-
AssistantCustomEndpointingRule
248
-
CustomerCustomEndpointingRule
249
-
BothCustomEndpointingRule
250
-
TranscriptionEndpointingPlan
251
247
252
248
#### AssistantCustomEndpointing Rule
253
-
254
-
This rule allows customization of when the assistant should start speaking based on its own speech patterns. It's part of the startSpeakingPlan configuration.
255
-
256
-
AssistantCustomEndpointingRule is a JSON object that defines a rule for setting an endpointing timeout based on the last assistant message before the customer starts speaking. Here's a breakdown of its properties:
249
+
This rule allows customization of when the assistant should start speaking based on its own speech patterns. It's part of the startSpeakingPlan configuration.
250
+
AssistantCustomEndpointingRule is a JSON object that defines a rule for setting an endpointing timeout based on the last assistant message before the customer starts speaking. Here's a breakdown of its properties:
257
251
-**type**: A string that must be "assistant". It indicates that the rule is based on the last assistant message.
258
252
-**regex**: A string representing a regular expression pattern to match against the assistant's message.
259
253
-**regexOptions**: An array of options for the regex match. Defaults to an empty array.
@@ -318,6 +312,31 @@ The `BothCustomEndpointingRule` is a JSON object that defines a rule for setting
0 commit comments