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/security-and-privacy/recording-consent-plan.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ This type requires explicit verbal consent from the user. The AI assistant will
63
63
**Example message:**
64
64
65
65
```
66
-
"This call may be recorded for quality and training purposes. Do you consent to being recorded? Please say 'yes' if you agree or 'no' if you decline."
66
+
"This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline."
67
67
```
68
68
69
69
## Configuration
@@ -95,7 +95,7 @@ Add the recording consent plan to your assistant's `compliancePlan`:
95
95
"compliancePlan": {
96
96
"recordingConsentPlan": {
97
97
"type": "verbal",
98
-
"message": "This call may be recorded for quality and training purposes. Do you consent to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
98
+
"message": "This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
99
99
"voice": {
100
100
"voiceId": "Neha",
101
101
"provider": "vapi"
@@ -210,7 +210,7 @@ This webhook structure allows you to easily determine whether recording consent
210
210
compliancePlan: {
211
211
recordingConsentPlan: {
212
212
type: "verbal",
213
-
message: "This call may be recorded for quality and training purposes. Do you consent to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
213
+
message: "This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
214
214
declineTool: {
215
215
type: "endCall"
216
216
}
@@ -238,7 +238,7 @@ This webhook structure allows you to easily determine whether recording consent
238
238
"compliancePlan": {
239
239
"recordingConsentPlan": {
240
240
"type": "verbal",
241
-
"message": "This call may be recorded for quality and training purposes. Do you consent to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
241
+
"message": "This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
0 commit comments