We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eedcb1 commit d64cb8cCopy full SHA for d64cb8c
README.md
@@ -50,7 +50,7 @@ npm run start:eventsServer
50
51
If your `eventsHook` is set you will receive events from Fonoster including the chat history which will look like this:
52
53
-```json
+```js
54
{
55
eventType: 'conversation.ended',
56
chatHistory: [
@@ -109,4 +109,4 @@ Overall Passed: ✔
109
│ 3 │ No, that's all. │ Thank you for your time. │ Thank you so much, bye! │ hangup() │ ✔ │
110
│ │ │ Have a great day! │ │ │ │
111
└──────┴────────────────────────────┴────────────────────────────┴────────────────────────────┴────────────┴────────┘
112
-```
+```
0 commit comments