Skip to content

Commit cbf8d36

Browse files
chore: change to agree
1 parent e41042c commit cbf8d36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/security-and-privacy/recording-consent-plan.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This type requires explicit verbal consent from the user. The AI assistant will
6363
**Example message:**
6464

6565
```
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."
6767
```
6868

6969
## Configuration
@@ -95,7 +95,7 @@ Add the recording consent plan to your assistant's `compliancePlan`:
9595
"compliancePlan": {
9696
"recordingConsentPlan": {
9797
"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.",
9999
"voice": {
100100
"voiceId": "Neha",
101101
"provider": "vapi"
@@ -210,7 +210,7 @@ This webhook structure allows you to easily determine whether recording consent
210210
compliancePlan: {
211211
recordingConsentPlan: {
212212
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.",
214214
declineTool: {
215215
type: "endCall"
216216
}
@@ -238,7 +238,7 @@ This webhook structure allows you to easily determine whether recording consent
238238
"compliancePlan": {
239239
"recordingConsentPlan": {
240240
"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.",
242242
"declineTool": {
243243
"type": "endCall"
244244
}

0 commit comments

Comments
 (0)