{
"meta": {
"instanceId": "f4f5d195bb2162a0972f737368404b18be694648d365d6c6771d7b4909d28167",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "85898264-74e1-45c1-8b45-e03f0d840e85",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-760,
200
],
"webhookId": "0208331f-eb06-489b-b133-c42be86b76d8",
"parameters": {
"path": "poc-retell-analysis",
"options": [],
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "f0233dbd-d4db-4e95-afd7-a61ef932eba1",
"name": "Set fields to export",
"type": "n8n-nodes-base.set",
"position": [
-300,
200
],
"parameters": {
"options": [],
"assignments": {
"assignments": [
{
"id": "bb7a4126-5192-493a-8f26-82e8d7ed1163",
"name": "Call ID",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.call_id }}"
},
{
"id": "fbbbf26f-219a-45b8-96f9-e22da449e874",
"name": "Start Datetime",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.start_timestamp.toDateTime('ms').toLocal().toISO() }}"
},
{
"id": "6e429227-e075-439d-af9d-01cad9381fe5",
"name": "End Datetime",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.end_timestamp.toDateTime('ms').toLocal().toISO() }}"
},
{
"id": "e371b2e7-f288-4bef-bbcc-d6f5d68d5a07",
"name": "Duration in seconds",
"type": "number",
"value": "={{ $('Webhook').item.json.body.call.call_cost.total_duration_seconds }}"
},
{
"id": "42fd4ac0-d00a-4e77-93d6-fe5deb0e8bc4",
"name": "Transcript",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.transcript }}"
},
{
"id": "46022591-1c73-4796-b968-dbc94b4ef24b",
"name": "Call Summary",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.call_analysis.call_summary }}"
},
{
"id": "68ab7134-4275-4428-978c-61fb7f229b0e",
"name": "User Sentiment",
"type": "string",
"value": "={{ $('Webhook').item.json.body.call.call_analysis.user_sentiment }}"
},
{
"id": "096991f9-4814-4a89-b5db-771e2f1020fa",
"name": "Phone Number",
"type": "string",
"value": "={{ $if($('Webhook').item.json.body.call.direction == 'outbound', $('Webhook').item.json.body.call.to_number, $('Webhook').item.json.body.call.from_number) }}"
},
{
"id": "210b3594-e40a-4316-b4ff-7e944172d960",
"name": "Total Cost in Dollars",
"type": "number",
"value": "={{ $json.body.call.call_cost.combined_cost\/100 }}"
}
]
}
},
"typeVersion": 3.399999999999999911182158029987476766109466552734375
},
{
"id": "7918d67d-76ca-4425-975b-14a3d3772755",
"name": "Save to Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
100,
-40
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "appN4jeIrD8waWCfr",
"cachedResultUrl": "https:\/\/airtable.com\/appN4jeIrD8waWCfr",
"cachedResultName": "Retell sample"
},
"table": {
"__rl": true,
"mode": "list",
"value": "tbljL3fmuOzAj1Nwo",
"cachedResultUrl": "https:\/\/airtable.com\/appN4jeIrD8waWCfr\/tbljL3fmuOzAj1Nwo",
"cachedResultName": "Transcripts"
},
"columns": {
"value": {
"Call ID": "={{ $json['Call ID'] }}",
"Transcript": "={{ $json.Transcript }}",
"Call Summary": "={{ $json['Call Summary'] }}",
"End Datetime": "={{ $json['End Datetime'] }}",
"Phone Number": "={{ $json['Phone Number'] }}",
"Start Datetime": "={{ $json['Start Datetime'] }}",
"User Sentiment": "={{ $json['User Sentiment'] }}",
"Duration in seconds": "={{ $json['Duration in seconds'] }}",
"Total Cost in Dollars": "={{ $json['Total Cost in Dollars'] }}"
},
"schema": [
{
"id": "Phone Number",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Phone Number",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "First Name",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Call ID",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Call ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Start Datetime",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Start Datetime",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "End Datetime",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "End Datetime",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Duration in seconds",
"type": "number",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Duration in seconds",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Transcript",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Transcript",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Call Summary",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Call Summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "User Sentiment",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "User Sentiment",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Total Cost in Dollars",
"type": "number",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Total Cost in Dollars",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": [],
"operation": "create"
},
"credentials": {
"airtableTokenApi": {
"id": "C8zNgAdz8w8ZVNqM",
"name": "Airtable Agent Studio"
}
},
"typeVersion": 2.100000000000000088817841970012523233890533447265625
},
{
"id": "dd353466-3e65-4673-8d87-9f1f872b33e1",
"name": "Save to Excel",
"type": "n8n-nodes-base.googleSheets",
"position": [
100,
200
],
"parameters": {
"columns": {
"value": {
"Call ID": "={{ $json['Call ID'] }}",
"Transcript": "={{ $json.Transcript }}",
"Call Summary": "={{ $json['Call Summary'] }}",
"End Datetime": "={{ $json['End Datetime'] }}",
"Phone Number": "='{{ $json['Phone Number'] }}",
"Start Datetime": "={{ $json['Start Datetime'] }}",
"User Sentiment": "={{ $json['User Sentiment'] }}",
"Duration in seconds": "={{ $json['Duration in seconds'] }}",
"Total Cost in Dollars": "={{ $json['Total Cost in Dollars'] }}"
},
"schema": [
{
"id": "Phone Number",
"type": "string",
"display": true,
"required": false,
"displayName": "Phone Number",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "First Name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Call ID",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Call ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Start Datetime",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Start Datetime",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "End Datetime",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "End Datetime",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Duration in seconds",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Duration in seconds",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Transcript",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Transcript",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Call Summary",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Call Summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "User Sentiment",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "User Sentiment",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Total Cost in Dollars",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Total Cost in Dollars",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {
"useAppend": true
},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 311200653,
"cachedResultUrl": "https:\/\/docs.google.com\/spreadsheets\/d\/1TYgk8PK5w2l8Q5NtepdyLvgtuHXBHcODy-2hXOPP6AU\/edit#gid=311200653",
"cachedResultName": "Transcripts"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1TYgk8PK5w2l8Q5NtepdyLvgtuHXBHcODy-2hXOPP6AU",
"cachedResultUrl": "https:\/\/docs.google.com\/spreadsheets\/d\/1TYgk8PK5w2l8Q5NtepdyLvgtuHXBHcODy-2hXOPP6AU\/edit?usp=drivesdk",
"cachedResultName": "Retell sample UserDB"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "ufBkeygvc1l17m5N",
"name": "Baptiste AS - Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "7ce16b86-d7aa-4239-8513-1ccc9a25cdc9",
"name": "Save to Notion",
"type": "n8n-nodes-base.notion",
"position": [
100,
440
],
"parameters": {
"title": "={{ $json['Call Summary'] }}",
"options": [],
"resource": "databasePage",
"databaseId": {
"__rl": true,
"mode": "list",
"value": "1cea19b9-d484-8089-bda6-f3d7e05a818d",
"cachedResultUrl": "https:\/\/www.notion.so\/1cea19b9d4848089bda6f3d7e05a818d",
"cachedResultName": "UserDB - Transcripts"
},
"propertiesUi": {
"propertyValues": [
{
"key": "Call ID|rich_text",
"textContent": "={{ $json['Call ID'] }}"
},
{
"key": "Duration in seconds|number",
"numberValue": "={{ $json['Duration in seconds'] }}"
},
{
"key": "End Datetime|date",
"date": "={{ $json['End Datetime'] }}"
},
{
"key": "Phone Number|rich_text",
"textContent": "={{ $json['Phone Number'] }}"
},
{
"key": "Start Datetime|date",
"date": "={{ $json['Start Datetime'] }}"
},
{
"key": "Total Cost in Dollars|number",
"numberValue": "={{ $json['Total Cost in Dollars'] }}"
},
{
"key": "Transcript|rich_text",
"textContent": "={{ $json.Transcript }}"
},
{
"key": "User Sentiment|rich_text",
"textContent": "={{ $json['User Sentiment'] }}"
}
]
}
},
"credentials": {
"notionApi": {
"id": "tOVdjeVnLcw3xu0g",
"name": "Template Retell"
}
},
"typeVersion": 2.20000000000000017763568394002504646778106689453125
},
{
"id": "bbb5b39c-8826-4f59-8c40-ff10529fa42f",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1520,
-540
],
"parameters": {
"color": 7,
"width": 601,
"height": 1585,
"content": "## Automatically store Retell transcripts in Google Sheets\/Airtable\/Notion from webhook\n\n## Overview\n- This workflow stores the results of a **[Retell](https:\/\/www.retellai.com\/)** voice call (transcript, analysis, etc.) once it has ended and been analyzed.\n- It listens for `call_analyzed` webhook events from Retell and stores the data in **Airtable**, **Google Sheets**, and **Notion** (choose based on your stack).\n- Useful for anyone building Retell agents who want to keep a detailed history of analyzed calls in structured tools.\n\n## Who is it for\nFor builders of [Retell's](https:\/\/www.retellai.com\/) Voice Agents who want to store call history and essential analytic data.\n\n## Prerequisites\n- Have a [Retell AI Account](https:\/\/www.retellai.com\/)\n- [Create a Retell agent](https:\/\/docs.retellai.com\/get-started\/quick-start)\n- Associate a phone number with your Retell agent\n- Set up one of the following:\n - An Airtable base and table (example: \"Transcripts\")\n - A Google Sheet with a \u201cTranscripts\u201d tab\n - A Notion database with columns to match the transcript fields\n- Templates:\n - [Airtable](https:\/\/airtable.com\/appN4jeIrD8waWCfr\/shrsPtQLeqt8Sp3UZ)\n - [Google Sheets](https:\/\/docs.google.com\/spreadsheets\/d\/1TYgk8PK5w2l8Q5NtepdyLvgtuHXBHcODy-2hXOPP6AU\/edit?usp=sharing)\n - [Notion](https:\/\/www.notion.so\/1cea19b9d4848089bda6f3d7e05a818d?v=1cea19b9d48481ea97ef000ccd20f210&pvs=4)\n\n## How it works\n- Receives a webhook POST request from Retell when a call has been analyzed.\n- Filters out any event that is not `call_analyzed` ([Retell sends webhooks](https:\/\/docs.retellai.com\/features\/webhook-overview#webhook-overview) for `call_started`, `call_ended` and `call_analyzed`)\n- Extracts useful fields like:\n - Call ID, start\/end time, duration, total cost\n - Transcript, summary, sentiment\n- Stores this data in your preferred tool:\n - Airtable\n - Google Sheets\n - Notion\n\n## How to use it\n1. Copy the webhook URL (e.g., `https:\/\/your-instance.app.n8n.cloud\/webhook\/poc-retell-analysis`) and paste it in your Retell agent under \"Webhook settings\" then \"Agent Level Webhook URL\".\n2. Make sure your Airtable, Google Sheet, or Notion databases are correctly configured to receive the fields.\n3. After each call, once Retell finishes the analysis, this workflow will automatically log the results.\n\n## Extension\n- If you use any \"Post-Call Analysis\" fields, you can add columns to your Airtable, Google Sheet, or Notion database.\n- Then fetch the data from the `call.call_analysis.custom_analysis_data` object.\n\n## Additional Notes\n- Phone numbers are extracted depending on the call direction (`from_number` or `to_number`).\n- Cost is converted from cents to dollars before saving.\n- Dates are converted from timestamps to local ISO strings.\n- You can remove any of the outputs (Airtable, Google Sheets, Notion) if you're only using one.\n\n\n#### \ud83d\udc49 Reach out to [us](mailto:hello@agentstudio.io) if you're interested in **analysing your Retell Agent conversations**."
},
"typeVersion": 1
},
{
"id": "5281b143-7b27-4f8e-b55a-98e2a37fa1e8",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
60
],
"parameters": {
"color": 5,
"width": 220,
"height": 300,
"content": "POST Webhook receiving your Retell events"
},
"typeVersion": 1
},
{
"id": "52a7c9ca-d612-4833-9e28-783878f92e92",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-580,
60
],
"parameters": {
"color": 5,
"width": 220,
"height": 300,
"content": "Only keep the `call_analyzed` events (it contains all data points)"
},
"typeVersion": 1
},
{
"id": "6b11df00-34c6-4c2f-b847-f4126d2aeffe",
"name": "Filter - only call ended",
"type": "n8n-nodes-base.filter",
"position": [
-520,
200
],
"parameters": {
"options": [],
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "d81cb5cf-8fc0-43ff-b191-feec11250154",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body.event }}",
"rightValue": "call_analyzed"
}
]
}
},
"typeVersion": 2.20000000000000017763568394002504646778106689453125
},
{
"id": "4c8cb9a2-35fe-42ae-825e-1aab42f152ad",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
60
],
"parameters": {
"color": 5,
"width": 220,
"height": 300,
"content": "Prepare your data to be sent to your preferred database.\nIf you add more data or post call analytics, you will add fields here."
},
"typeVersion": 1
},
{
"id": "8a308e68-365c-4f0a-85f2-a857e7c8011c",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-100
],
"parameters": {
"color": 5,
"width": 220,
"height": 220,
"content": "Save all fields from Retell to Airtable"
},
"typeVersion": 1
},
{
"id": "c4e71141-8089-4b17-86c2-c290778c49e5",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
140
],
"parameters": {
"color": 5,
"width": 220,
"height": 220,
"content": "Save all fields from Retell to Google Sheets"
},
"typeVersion": 1
},
{
"id": "dad436ca-68db-45c2-8b87-785c650424ca",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
380
],
"parameters": {
"color": 5,
"width": 220,
"height": 220,
"content": "Save all fields from Retell to Notion"
},
"typeVersion": 1
},
{
"id": "57371198-2885-419a-9b12-9f1dfd1388f5",
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-240
],
"parameters": {
"color": 3,
"width": 220,
"height": 120,
"content": "Remove the unnecessary tools\n# \ud83d\udc47 "
},
"typeVersion": 1
}
],
"pinData": {
"Webhook": [
{
"body": {
"call": {
"call_id": "call_0e55e4a736cd190205d31cc0792",
"latency": {
"e2e": {
"max": 2046,
"min": 939,
"num": 6,
"p50": 1404.5,
"p90": 1821.5,
"p95": 1933.75,
"p99": 2023.5500000000001818989403545856475830078125,
"values": [
1597,
1084,
1316,
2046,
939,
1493
]
},
"llm": {
"max": 970,
"min": 528,
"num": 16,
"p50": 719.5,
"p90": 901.5,
"p95": 926.5,
"p99": 961.299999999999954525264911353588104248046875,
"values": [
717,
912,
593,
528,
592,
549,
833,
572,
586,
637,
722,
846,
970,
872,
891,
795
]
},
"tts": {
"max": 1005,
"min": 300,
"num": 16,
"p50": 346.5,
"p90": 512.5,
"p95": 645.75,
"p99": 933.149999999999863575794734060764312744140625,
"values": [
474,
499,
312,
357,
302,
300,
1005,
320,
364,
526,
354,
327,
314,
312,
339,
355
]
}
},
"agent_id": "agent_971837f76df12a41d1b0e939a3",
"metadata": [],
"call_cost": {
"combined_cost": 12.5883333000000003920604285667650401592254638671875,
"product_costs": [
{
"cost": 0,
"product": "retell_platform",
"unit_price": 0
},
{
"cost": 9.6833332999999992551920513506047427654266357421875,
"product": "elevenlabs_tts",
"unit_price": 0.11666669999999999818296458897748379968106746673583984375
},
{
"cost": 0.82999999999999996003197111349436454474925994873046875,
"product": "gpt_4o_mini",
"unit_price": 0.01000000000000000020816681711721685132943093776702880859375
},
{
"cost": 2.07500000000000017763568394002504646778106689453125,
"product": "us_telephony",
"unit_price": 0.025000000000000001387778780781445675529539585113525390625
}
],
"total_one_time_price": 0,
"total_duration_seconds": 83,
"total_duration_unit_price": 0.151666699999999987635845855038496665656566619873046875
},
"call_type": "phone_call",
"direction": "outbound",
"to_number": "+15555555555",
"transcript": "User: Hello. Welcome to Avelian Paradise Hotel. How can I help you today?\nAgent: Hi, I need to make a reservation for me and my wife on October 29th. Our budget is less than 150 euros. Can you help me with that? Also, does the hotel have a swimming pool?\nUser: Certainly. I can assist you with your reservation. Just to confirm, you are looking for a stay on October twenty ninth. Correct?\nUser: your budget, the standard room is available for one hundred and ten euros per night, which fits within your budget.\nUser: yes. \nAgent: Great! Let's \nUser: We do have an out may I have your name and email address, please?\nAgent: My name is Mike Smith, and my email address is mike@yahoo.com.\nUser: Thank you, Mike. Just to confirm, you would like to book a standard room for one night on October twenty ninth Is that correct?\nAgent: Yes, that's correct. Please go ahead and book it.\nUser: Your reservation for the standard room on October twenty ninth is confirmed.\nUser: That's one night, totaling one hundred and ten euros I will now send you an email with all the details and a link to complete the payment.\nUser: you, Mike, and we look forward to welcoming you. Now I will proceed with sending the confirmation email. Will shortly receive a confirmation email with all the details of your reservation.\nUser: you once again, Mike.\nAgent: Thank you! I'll look out for the confirmation email.\n",
"call_status": "ended",
"duration_ms": 82588,
"from_number": "+15555555555",
"call_analysis": {
"call_summary": "The user, Mike Smith, successfully made a reservation for a standard room at Avelian Paradise Hotel for one night on October 29th for 110 euros. The agent confirmed the booking and stated that a confirmation email would be sent shortly.",
"in_voicemail": false,
"user_sentiment": "Positive",
"call_successful": true,
"custom_analysis_data": []
},
"end_timestamp": 1743418542998,
"recording_url": "https:\/\/dxc03zgurdly9.cloudfront.net\/2906e0f58bcc8cd6d897ac10fe21bc2c94f81477483c4f645b4ec281965a8e59\/recording.wav",
"public_log_url": "https:\/\/dxc03zgurdly9.cloudfront.net\/2906e0f58bcc8cd6d897ac10fe21bc2c94f81477483c4f645b4ec281965a8e59\/public.log",
"start_timestamp": 1743418460410,
"transcript_object": [
{
"role": "user",
"words": [
{
"end": 1.208999899999999794175664646900258958339691162109375,
"word": "Hello. ",
"start": 0.808999950000000023209167920867912471294403076171875
},
{
"end": 1.3689999999999999946709294817992486059665679931640625,
"word": "Welcome ",
"start": 1.208999899999999794175664646900258958339691162109375
},
{
"end": 1.528999999999999914734871708787977695465087890625,
"word": "to ",
"start": 1.3689999999999999946709294817992486059665679931640625
},
{
"end": 1.928999999999999825917029738775454461574554443359375,
"word": "Avelian ",
"start": 1.528999999999999914734871708787977695465087890625
},
{
"end": 2.32899999999999973709918776876293122768402099609375,
"word": "Paradise ",
"start": 1.928999999999999825917029738775454461574554443359375
},
{
"end": 2.56899999999999995026200849679298698902130126953125,
"word": "Hotel. ",
"start": 2.32899999999999973709918776876293122768402099609375
},
{
"end": 3.15899999999999980815346134477294981479644775390625,
"word": "How ",
"start": 2.838999999999999968025576890795491635799407958984375
},
{
"end": 3.31899999999999995026200849679298698902130126953125,
"word": "can ",
"start": 3.15899999999999980815346134477294981479644775390625
},
{
"end": 3.39899989999999974088495946489274501800537109375,
"word": "I ",
"start": 3.31899999999999995026200849679298698902130126953125
},
{
"end": 3.558999999999999719335619374760426580905914306640625,
"word": "help ",
"start": 3.39899989999999974088495946489274501800537109375
},
{
"end": 3.638999999999999790389892950770445168018341064453125,
"word": "you ",
"start": 3.558999999999999719335619374760426580905914306640625
},
{
"end": 3.798999999999999932498440102790482342243194580078125,
"word": "today?",
"start": 3.638999999999999790389892950770445168018341064453125
}
],
"content": "Hello. Welcome to Avelian Paradise Hotel. How can I help you today?"
},
{
"role": "agent",
"words": [
{
"end": 5.849000000000000198951966012828052043914794921875,
"word": "Hi, ",
"start": 5.54699999999999970867747833835892379283905029296875
},
{
"end": 5.97599999999999997868371792719699442386627197265625,
"word": "I ",
"start": 5.849000000000000198951966012828052043914794921875
},
{
"end": 6.16199999999999992184029906638897955417633056640625,
"word": "need ",
"start": 5.97599999999999997868371792719699442386627197265625
},
{
"end": 6.243999999999999772626324556767940521240234375,
"word": "to ",
"start": 6.16199999999999992184029906638897955417633056640625
},
{
"end": 6.4290000000000002700062395888380706310272216796875,
"word": "make ",
"start": 6.243999999999999772626324556767940521240234375
},
{
"end": 6.49899999999999966604491419275291264057159423828125,
"word": "a ",
"start": 6.4290000000000002700062395888380706310272216796875
},
{
"end": 7.0679999999999996163069226895458996295928955078125,
"word": "reservation ",
"start": 6.49899999999999966604491419275291264057159423828125
},
{
"end": 7.230000000000000426325641456060111522674560546875,
"word": "for ",
"start": 7.0679999999999996163069226895458996295928955078125
},
{
"end": 7.37000000000000010658141036401502788066864013671875,
"word": "me ",
"start": 7.230000000000000426325641456060111522674560546875
},
{
"end": 7.4969999999999998863131622783839702606201171875,
"word": "and ",
"start": 7.37000000000000010658141036401502788066864013671875
},
{
"end": 7.647999999999999687361196265555918216705322265625,
"word": "my ",
"start": 7.4969999999999998863131622783839702606201171875
},
{
"end": 8.007999999999999118927007657475769519805908203125,
"word": "wife ",
"start": 7.647999999999999687361196265555918216705322265625
},
{
"end": 8.1590000000000006963318810448981821537017822265625,
"word": "on ",
"start": 8.007999999999999118927007657475769519805908203125
},
{
"end": 8.5069999999999996731503415503539144992828369140625,
"word": "October ",
"start": 8.1590000000000006963318810448981821537017822265625
},
{
"end": 8.7629999999999999005240169935859739780426025390625,
"word": "29th.",
"start": 8.5069999999999996731503415503539144992828369140625
},
{
"end": 9.5512082519531258384404281969182193279266357421875,
"word": " Our ",
"start": 9.331208251953125198951966012828052043914794921875
},
{
"end": 9.9112082519531252700062395888380706310272216796875,
"word": "budget ",
"start": 9.5512082519531258384404281969182193279266357421875
},
{
"end": 10.0392082519531253836930773104541003704071044921875,
"word": "is ",
"start": 9.9112082519531252700062395888380706310272216796875
},
{
"end": 10.2602082519531254689582056016661226749420166015625,
"word": "less ",
"start": 10.0392082519531253836930773104541003704071044921875
},
{
"end": 10.4572082519531246447286321199499070644378662109375,
"word": "than ",
"start": 10.2602082519531254689582056016661226749420166015625
},
{
"end": 10.596208251953125767386154620908200740814208984375,
"word": "150 ",
"start": 10.4572082519531246447286321199499070644378662109375
},
{
"end": 10.840208251953125540012479177676141262054443359375,
"word": "euros.",
"start": 10.596208251953125767386154620908200740814208984375
},
{
"end": 12.174958251953125198951966012828052043914794921875,
"word": " Can ",
"start": 12.034958251953124630517777404747903347015380859375
},
{
"end": 12.278958251953124403144101961515843868255615234375,
"word": "you ",
"start": 12.174958251953125198951966012828052043914794921875
},
{
"end": 12.4299582519531242041921359486877918243408203125,
"word": "help ",
"start": 12.278958251953124403144101961515843868255615234375
},
{
"end": 12.522958251953124175770426518283784389495849609375,
"word": "me ",
"start": 12.4299582519531242041921359486877918243408203125
},
{
"end": 12.6739582519531257531752999057061970233917236328125,
"word": "with ",
"start": 12.522958251953124175770426518283784389495849609375
},
{
"end": 13.1499582519531248436805981327779591083526611328125,
"word": "that?",
"start": 12.6739582519531257531752999057061970233917236328125
},
{
"end": 13.962208251953125426325641456060111522674560546875,
"word": " Also, ",
"start": 13.1952082519531241899812812334857881069183349609375
},
{
"end": 14.15920825195312460209606797434389591217041015625,
"word": "does ",
"start": 13.962208251953125426325641456060111522674560546875
},
{
"end": 14.27520825195312426103555480949580669403076171875,
"word": "the ",
"start": 14.15920825195312460209606797434389591217041015625
},
{
"end": 14.554208251953124175770426518283784389495849609375,
"word": "hotel ",
"start": 14.27520825195312426103555480949580669403076171875
},
{
"end": 14.682208251953124289457264239899814128875732421875,
"word": "have ",
"start": 14.554208251953124175770426518283784389495849609375
},
{
"end": 14.7282082519531254405364961712621152400970458984375,
"word": "a ",
"start": 14.682208251953124289457264239899814128875732421875
},
{
"end": 15.0302082519531250426325641456060111522674560546875,
"word": "swimming ",
"start": 14.7282082519531254405364961712621152400970458984375
},
{
"end": 15.517208251953125142108547152020037174224853515625,
"word": "pool?",
"start": 15.0302082519531250426325641456060111522674560546875
}
],
"content": "Hi, I need to make a reservation for me and my wife on October 29th. Our budget is less than 150 euros. Can you help me with that? Also, does the hotel have a swimming pool?",
"metadata": {
"response_id": 2
}
},
{
"role": "user",
"words": [
{
"end": 17.68900000000000005684341886080801486968994140625,
"word": "Certainly. ",
"start": 17.12899900000000030786395655013620853424072265625
},
{
"end": 17.929000000000002046363078989088535308837890625,
"word": "I ",
"start": 17.68900000000000005684341886080801486968994140625
},
{
"end": 18.169000000000000483169060316868126392364501953125,
"word": "can ",
"start": 17.929000000000002046363078989088535308837890625
},
{
"end": 18.40899999999999891997504164464771747589111328125,
"word": "assist ",
"start": 18.169000000000000483169060316868126392364501953125
},
{
"end": 18.489000000000000767386154620908200740814208984375,
"word": "you ",
"start": 18.40899999999999891997504164464771747589111328125
},
{
"end": 18.6490000000000009094947017729282379150390625,
"word": "with ",
"start": 18.489000000000000767386154620908200740814208984375
},
{
"end": 18.888999999999999346300683100707828998565673828125,
"word": "your ",
"start": 18.6490000000000009094947017729282379150390625
},
{
"end": 19.288999000000000449972503702156245708465576171875,
"word": "reservation. ",
"start": 18.888999999999999346300683100707828998565673828125
},
{
"end": 19.888999999999999346300683100707828998565673828125,
"word": "Just ",
"start": 19.6490000000000009094947017729282379150390625
},
{
"end": 20.04899900000000201316652237437665462493896484375,
"word": "to ",
"start": 19.888999999999999346300683100707828998565673828125
},
{
"end": 20.6089979999999997062332113273441791534423828125,
"word": "confirm, ",
"start": 20.04899900000000201316652237437665462493896484375
},
{
"end": 20.68900000000000005684341886080801486968994140625,
"word": "you ",
"start": 20.6089979999999997062332113273441791534423828125
},
{
"end": 20.849000000000000198951966012828052043914794921875,
"word": "are ",
"start": 20.68900000000000005684341886080801486968994140625
},
{
"end": 21.08899999999999863575794734060764312744140625,
"word": "looking ",
"start": 20.849000000000000198951966012828052043914794921875
},
{
"end": 21.169000000000000483169060316868126392364501953125,
"word": "for ",
"start": 21.08899999999999863575794734060764312744140625
},
{
"end": 21.32900000000000062527760746888816356658935546875,
"word": "a ",
"start": 21.169000000000000483169060316868126392364501953125
},
{
"end": 21.568999999999999062083588796667754650115966796875,
"word": "stay ",
"start": 21.32900000000000062527760746888816356658935546875
},
{
"end": 21.7289999999999992041921359486877918243408203125,
"word": "on ",
"start": 21.568999999999999062083588796667754650115966796875
},
{
"end": 22.12899900000000030786395655013620853424072265625,
"word": "October ",
"start": 21.7289999999999992041921359486877918243408203125
},
{
"end": 22.288999000000000449972503702156245708465576171875,
"word": "twenty ",
"start": 22.12899900000000030786395655013620853424072265625
},
{
"end": 22.68900000000000005684341886080801486968994140625,
"word": "ninth. ",
"start": 22.288999000000000449972503702156245708465576171875
},
{
"end": 22.849000000000000198951966012828052043914794921875,
"word": "Correct?",
"start": 22.68900000000000005684341886080801486968994140625
}
],
"content": "Certainly. I can assist you with your reservation. Just to confirm, you are looking for a stay on October twenty ninth. Correct?"
},
{
"role": "user",
"words": [
{
"end": 23.96900000000000119371179607696831226348876953125,
"word": "your ",
"start": 23.809000000000001051603248924948275089263916015625
},
{
"end": 24.208999999999999630517777404747903347015380859375,
"word": "budget, ",
"start": 23.96900000000000119371179607696831226348876953125
},
{
"end": 24.57900000000000062527760746888816356658935546875,
"word": "the ",
"start": 24.419000000000000483169060316868126392364501953125
},
{
"end": 24.8990000000000009094947017729282379150390625,
"word": "standard ",
"start": 24.57900000000000062527760746888816356658935546875
},
{
"end": 25.138999999999999346300683100707828998565673828125,
"word": "room ",
"start": 24.8990000000000009094947017729282379150390625
},
{
"end": 25.29899900000000201316652237437665462493896484375,
"word": "is ",
"start": 25.138999999999999346300683100707828998565673828125
},
{
"end": 25.618999999999999772626324556767940521240234375,
"word": "available ",
"start": 25.29899900000000201316652237437665462493896484375
},
{
"end": 25.778999999999999914734871708787977695465087890625,
"word": "for ",
"start": 25.618999999999999772626324556767940521240234375
},
{
"end": 26.019000000000001904254531837068498134613037109375,
"word": "one ",
"start": 25.778999999999999914734871708787977695465087890625
},
{
"end": 26.179000000000002046363078989088535308837890625,
"word": "hundred ",
"start": 26.019000000000001904254531837068498134613037109375
},
{
"end": 26.33899999999999863575794734060764312744140625,
"word": "and ",
"start": 26.179000000000002046363078989088535308837890625
},
{
"end": 26.57900000000000062527760746888816356658935546875,
"word": "ten ",
"start": 26.33899999999999863575794734060764312744140625
},
{
"end": 26.8990000000000009094947017729282379150390625,
"word": "euros ",
"start": 26.57900000000000062527760746888816356658935546875
},
{
"end": 27.059000000000001051603248924948275089263916015625,
"word": "per ",
"start": 26.8990000000000009094947017729282379150390625
},
{
"end": 27.37899900000000030786395655013620853424072265625,
"word": "night, ",
"start": 27.059000000000001051603248924948275089263916015625
},
{
"end": 27.538999000000000449972503702156245708465576171875,
"word": "which ",
"start": 27.37899900000000030786395655013620853424072265625
},
{
"end": 27.778999999999999914734871708787977695465087890625,
"word": "fits ",
"start": 27.538999000000000449972503702156245708465576171875
},
{
"end": 28.019000000000001904254531837068498134613037109375,
"word": "within ",
"start": 27.778999999999999914734871708787977695465087890625
},
{
"end": 28.099000000000000198951966012828052043914794921875,
"word": "your ",
"start": 28.019000000000001904254531837068498134613037109375
},
{
"end": 28.33899999999999863575794734060764312744140625,
"word": "budget.",
"start": 28.099000000000000198951966012828052043914794921875
}
],
"content": "your budget, the standard room is available for one hundred and ten euros per night, which fits within your budget."
},
{
"role": "user",
"words": [
{
"end": 30.199000000000001620037437533028423786163330078125,
"word": "yes. ",
"start": 29.958999999999999630517777404747903347015380859375
}
],
"content": "yes. "
},
{
"role": "agent",
"words": [
{
"end": 30.30499999999999971578290569595992565155029296875,
"word": "Great!",
"start": 29.748000000000001108446667785756289958953857421875
},
{
"end": 30.699999999999999289457264239899814128875732421875,
"word": " Let's ",
"start": 30.455999999999999516830939683131873607635498046875
}
],
"content": "Great! Let's ",
"metadata": {
"response_id": 8
}
},
{
"role": "user",
"words": [
{
"end": 30.748999999999998777866494492627680301666259765625,
"word": "We ",
"start": 30.429000000000002046363078989088535308837890625
},
{
"end": 30.90899999999999891997504164464771747589111328125,
"word": "do ",
"start": 30.748999999999998777866494492627680301666259765625
},
{
"end": 31.068999999999999062083588796667754650115966796875,
"word": "have ",
"start": 30.90899999999999891997504164464771747589111328125
},
{
"end": 31.2289999999999992041921359486877918243408203125,
"word": "an ",
"start": 31.068999999999999062083588796667754650115966796875
},
{
"end": 31.388999999999999346300683100707828998565673828125,
"word": "out ",
"start": 31.2289999999999992041921359486877918243408203125
},
{
"end": 33.02900000000000346744855050928890705108642578125,
"word": "may ",
"start": 32.7890000000000014779288903810083866119384765625
},
{
"end": 33.18900000000000005684341886080801486968994140625,
"word": "I ",
"start": 33.02900000000000346744855050928890705108642578125
},
{
"end": 33.26899999999999835154085303656756877899169921875,
"word": "have ",
"start": 33.18900000000000005684341886080801486968994140625
},
{
"end": 33.429000000000002046363078989088535308837890625,
"word": "your ",
"start": 33.26899999999999835154085303656756877899169921875
},
{
"end": 33.58899999999999863575794734060764312744140625,
"word": "name ",
"start": 33.429000000000002046363078989088535308837890625
},
{
"end": 33.748998000000000274667399935424327850341796875,
"word": "and ",
"start": 33.58899999999999863575794734060764312744140625
},
{
"end": 33.98899999999999721467247582040727138519287109375,
"word": "email ",
"start": 33.748998000000000274667399935424327850341796875
},
{
"end": 34.308999999999997498889570124447345733642578125,
"word": "address, ",
"start": 33.98899999999999721467247582040727138519287109375
},
{
"end": 34.46900000000000119371179607696831226348876953125,
"word": "please?",
"start": 34.308999999999997498889570124447345733642578125
}
],
"content": "We do have an out may I have your name and email address, please?"
},
{
"role": "agent",
"words": [
{
"end": 36.828000000000002955857780762016773223876953125,
"word": "My ",
"start": 36.68900000000000005684341886080801486968994140625
},
{
"end": 37.0030000000000001136868377216160297393798828125,
"word": "name ",
"start": 36.828000000000002955857780762016773223876953125
},
{
"end": 37.15400000000000346744855050928890705108642578125,
"word": "is ",
"start": 37.0030000000000001136868377216160297393798828125
},
{
"end": 37.37400000000000233058017329312860965728759765625,
"word": "Mike ",
"start": 37.15400000000000346744855050928890705108642578125
},
{
"end": 37.804000000000002046363078989088535308837890625,
"word": "Smith, ",
"start": 37.37400000000000233058017329312860965728759765625
},
{
"end": 37.98899999999999721467247582040727138519287109375,
"word": "and ",
"start": 37.804000000000002046363078989088535308837890625
},
{
"end": 38.12899999999999778310666442848742008209228515625,
"word": "my ",
"start": 37.98899999999999721467247582040727138519287109375
},
{
"end": 38.4189999999999969304553815163671970367431640625,
"word": "email ",
"start": 38.12899999999999778310666442848742008209228515625
},
{
"end": 38.756000000000000227373675443232059478759765625,
"word": "address ",
"start": 38.4189999999999969304553815163671970367431640625
},
{
"end": 38.88300000000000267164068645797669887542724609375,
"word": "is ",
"start": 38.756000000000000227373675443232059478759765625
},
{
"end": 39.1039999999999992041921359486877918243408203125,
"word": "mike@yahoo.com.",
"start": 38.88300000000000267164068645797669887542724609375
}
],
"content": "My name is Mike Smith, and my email address is mike@yahoo.com.",
"metadata": {
"response_id": 9
}
},
{
"role": "user",
"words": [
{
"end": 42.5690000000000026147972675971686840057373046875,
"word": "Thank ",
"start": 42.32900000000000062527760746888816356658935546875
},
{
"end": 42.80900299999999703004505136050283908843994140625,
"word": "you, ",
"start": 42.5690000000000026147972675971686840057373046875
},
{
"end": 43.368999999999999772626324556767940521240234375,
"word": "Mike. ",
"start": 42.80900299999999703004505136050283908843994140625
},
{
"end": 43.68900000000000005684341886080801486968994140625,
"word": "Just ",
"start": 43.368999999999999772626324556767940521240234375
},
{
"end": 43.8490000000000037516656448133289813995361328125,
"word": "to ",
"start": 43.68900000000000005684341886080801486968994140625
},
{
"end": 44.24900000000000233058017329312860965728759765625,
"word": "confirm, ",
"start": 43.8490000000000037516656448133289813995361328125
},
{
"end": 44.40899999999999891997504164464771747589111328125,
"word": "you ",
"start": 44.24900000000000233058017329312860965728759765625
},
{
"end": 44.5690000000000026147972675971686840057373046875,
"word": "would ",
"start": 44.40899999999999891997504164464771747589111328125
},
{
"end": 44.7289999999999992041921359486877918243408203125,
"word": "like ",
"start": 44.5690000000000026147972675971686840057373046875
},
{
"end": 44.80900299999999703004505136050283908843994140625,
"word": "to ",
"start": 44.7289999999999992041921359486877918243408203125
},
{
"end": 44.88900000000000289901436190120875835418701171875,
"word": "book ",
"start": 44.80900299999999703004505136050283908843994140625
},
{
"end": 45.04899999999999948840923025272786617279052734375,
"word": "a ",
"start": 44.88900000000000289901436190120875835418701171875
},
{
"end": 45.49900000000000233058017329312860965728759765625,
"word": "standard ",
"start": 45.0990000000000037516656448133289813995361328125
},
{
"end": 45.73899999999999721467247582040727138519287109375,
"word": "room ",
"start": 45.49900000000000233058017329312860965728759765625
},
{
"end": 45.8990000000000009094947017729282379150390625,
"word": "for ",
"start": 45.73899999999999721467247582040727138519287109375
},
{
"end": 46.058999999999997498889570124447345733642578125,
"word": "one ",
"start": 45.8990000000000009094947017729282379150390625
},
{
"end": 46.37899999999999778310666442848742008209228515625,
"word": "night ",
"start": 46.058999999999997498889570124447345733642578125
},
{
"end": 46.6989999999999980673237587325274944305419921875,
"word": "on ",
"start": 46.37899999999999778310666442848742008209228515625
},
{
"end": 47.0990000000000037516656448133289813995361328125,
"word": "October ",
"start": 46.6989999999999980673237587325274944305419921875
},
{
"end": 47.33899999999999863575794734060764312744140625,
"word": "twenty ",
"start": 47.0990000000000037516656448133289813995361328125
},
{
"end": 47.57900000000000062527760746888816356658935546875,
"word": "ninth ",
"start": 47.33899999999999863575794734060764312744140625
},
{
"end": 48.368999999999999772626324556767940521240234375,
"word": "Is ",
"start": 48.12899999999999778310666442848742008209228515625
},
{
"end": 48.52900000000000346744855050928890705108642578125,
"word": "that ",
"start": 48.368999999999999772626324556767940521240234375
},
{
"end": 48.76899999999999835154085303656756877899169921875,
"word": "correct?",
"start": 48.52900000000000346744855050928890705108642578125
}
],
"content": "Thank you, Mike. Just to confirm, you would like to book a standard room for one night on October twenty ninth Is that correct?"
},
{
"role": "agent",
"words": [
{
"end": 50.13799999999999812416717759333550930023193359375,
"word": "Yes, ",
"start": 49.85900000000000176214598468504846096038818359375
},
{
"end": 50.35799999999999698729880037717521190643310546875,
"word": "that's ",
"start": 50.13799999999999812416717759333550930023193359375
},
{
"end": 50.9620000000000032969182939268648624420166015625,
"word": "correct.",
"start": 50.35799999999999698729880037717521190643310546875
},
{
"end": 51.24012499999999903366187936626374721527099609375,
"word": " Please ",
"start": 51.007125000000002046363078989088535308837890625
},
{
"end": 51.35612499999999869260136620141565799713134765625,
"word": "go ",
"start": 51.24012499999999903366187936626374721527099609375
},
{
"end": 51.530124999999998181010596454143524169921875,
"word": "ahead ",
"start": 51.35612499999999869260136620141565799713134765625
},
{
"end": 51.6341249999999973852027324028313159942626953125,
"word": "and ",
"start": 51.530124999999998181010596454143524169921875
},
{
"end": 51.82012499999999732835931354202330112457275390625,
"word": "book ",
"start": 51.6341249999999973852027324028313159942626953125
},
{
"end": 52.1221249999999969304553815163671970367431640625,
"word": "it.",
"start": 51.82012499999999732835931354202330112457275390625
}
],
"content": "Yes, that's correct. Please go ahead and book it.",
"metadata": {
"response_id": 11
}
},
{
"role": "user",
"words": [
{
"end": 56.5990000000000037516656448133289813995361328125,
"word": "Your ",
"start": 56.27900000000000346744855050928890705108642578125
},
{
"end": 57.15899999999999891997504164464771747589111328125,
"word": "reservation ",
"start": 56.5990000000000037516656448133289813995361328125
},
{
"end": 57.3990000000000009094947017729282379150390625,
"word": "for ",
"start": 57.15899999999999891997504164464771747589111328125
},
{
"end": 57.558999999999997498889570124447345733642578125,
"word": "the ",
"start": 57.3990000000000009094947017729282379150390625
},
{
"end": 57.87899999999999778310666442848742008209228515625,
"word": "standard ",
"start": 57.558999999999997498889570124447345733642578125
},
{
"end": 58.118999999999999772626324556767940521240234375,
"word": "room ",
"start": 57.87899999999999778310666442848742008209228515625
},
{
"end": 58.35900000000000176214598468504846096038818359375,
"word": "on ",
"start": 58.118999999999999772626324556767940521240234375
},
{
"end": 58.7590000000000003410605131648480892181396484375,
"word": "October ",
"start": 58.35900000000000176214598468504846096038818359375
},
{
"end": 59.07900000000000062527760746888816356658935546875,
"word": "twenty ",
"start": 58.7590000000000003410605131648480892181396484375
},
{
"end": 59.31899800000000055888449423946440219879150390625,
"word": "ninth ",
"start": 59.07900000000000062527760746888816356658935546875
},
{
"end": 59.558999999999997498889570124447345733642578125,
"word": "is ",
"start": 59.31899800000000055888449423946440219879150390625
},
{
"end": 59.79899999999999948840923025272786617279052734375,
"word": "confirmed.",
"start": 59.558999999999997498889570124447345733642578125
}
],
"content": "Your reservation for the standard room on October twenty ninth is confirmed."
},
{
"role": "user",
"words": [
{
"end": 60.7690020000000004074536263942718505859375,
"word": "That's ",
"start": 60.44900200000000012323653209023177623748779296875
},
{
"end": 60.929001999999996996848494745790958404541015625,
"word": "one ",
"start": 60.7690020000000004074536263942718505859375
},
{
"end": 61.40899999999999891997504164464771747589111328125,
"word": "night, ",
"start": 60.929001999999996996848494745790958404541015625
},
{
"end": 61.6490000000000009094947017729282379150390625,
"word": "totaling ",
"start": 61.40899999999999891997504164464771747589111328125
},
{
"end": 61.88900000000000289901436190120875835418701171875,
"word": "one ",
"start": 61.6490000000000009094947017729282379150390625
},
{
"end": 62.12899999999999778310666442848742008209228515625,
"word": "hundred ",
"start": 61.88900000000000289901436190120875835418701171875
},
{
"end": 62.20900000000000318323145620524883270263671875,
"word": "and ",
"start": 62.12899999999999778310666442848742008209228515625
},
{
"end": 62.44900200000000012323653209023177623748779296875,
"word": "ten ",
"start": 62.20900000000000318323145620524883270263671875
},
{
"end": 62.7690020000000004074536263942718505859375,
"word": "euros ",
"start": 62.44900200000000012323653209023177623748779296875
},
{
"end": 63.368999999999999772626324556767940521240234375,
"word": "I ",
"start": 63.20900000000000318323145620524883270263671875
},
{
"end": 63.52900000000000346744855050928890705108642578125,
"word": "will ",
"start": 63.368999999999999772626324556767940521240234375
},
{
"end": 63.76899999999999835154085303656756877899169921875,
"word": "now ",
"start": 63.52900000000000346744855050928890705108642578125
},
{
"end": 63.929000000000002046363078989088535308837890625,
"word": "send ",
"start": 63.76899999999999835154085303656756877899169921875
},
{
"end": 64.08899999999999863575794734060764312744140625,
"word": "you ",
"start": 63.929000000000002046363078989088535308837890625
},
{
"end": 64.1689960000000070294845500029623508453369140625,
"word": "an ",
"start": 64.08899999999999863575794734060764312744140625
},
{
"end": 64.4889960000000002082742867060005664825439453125,
"word": "email ",
"start": 64.1689960000000070294845500029623508453369140625
},
{
"end": 64.7289999999999992041921359486877918243408203125,
"word": "with ",
"start": 64.4889960000000002082742867060005664825439453125
},
{
"end": 64.8889999999999957935870043002068996429443359375,
"word": "all ",
"start": 64.7289999999999992041921359486877918243408203125
},
{
"end": 65.049000000000006593836587853729724884033203125,
"word": "the ",
"start": 64.8889999999999957935870043002068996429443359375
},
{
"end": 65.4489999999999980673237587325274944305419921875,
"word": "details ",
"start": 65.049000000000006593836587853729724884033203125
},
{
"end": 65.6890000000000071622707764618098735809326171875,
"word": "and ",
"start": 65.4489999999999980673237587325274944305419921875
},
{
"end": 65.8490000000000037516656448133289813995361328125,
"word": "a ",
"start": 65.6890000000000071622707764618098735809326171875
},
{
"end": 66.0090000000000003410605131648480892181396484375,
"word": "link ",
"start": 65.8490000000000037516656448133289813995361328125
},
{
"end": 66.1689960000000070294845500029623508453369140625,
"word": "to ",
"start": 66.0090000000000003410605131648480892181396484375
},
{
"end": 66.4090000000000060254023992456495761871337890625,
"word": "complete ",
"start": 66.1689960000000070294845500029623508453369140625
},
{
"end": 66.5690000000000026147972675971686840057373046875,
"word": "the ",
"start": 66.4090000000000060254023992456495761871337890625
},
{
"end": 66.8089949999999959118213155306875705718994140625,
"word": "payment.",
"start": 66.5690000000000026147972675971686840057373046875
}
],
"content": "That's one night, totaling one hundred and ten euros I will now send you an email with all the details and a link to complete the payment."
},
{
"role": "user",
"words": [
{
"end": 67.808999999999997498889570124447345733642578125,
"word": "you, ",
"start": 67.56900500000000420186552219092845916748046875
},
{
"end": 68.2090050000000047702997107990086078643798828125,
"word": "Mike, ",
"start": 67.808999999999997498889570124447345733642578125
},
{
"end": 68.368999999999999772626324556767940521240234375,
"word": "and ",
"start": 68.2090050000000047702997107990086078643798828125
},
{
"end": 68.6089999999999946567186270840466022491455078125,
"word": "we ",
"start": 68.368999999999999772626324556767940521240234375
},
{
"end": 68.8490039999999936526364763267338275909423828125,
"word": "look ",
"start": 68.6089999999999946567186270840466022491455078125
},
{
"end": 69.08899999999999863575794734060764312744140625,
"word": "forward ",
"start": 68.8490039999999936526364763267338275909423828125
},
{
"end": 69.1689999999999969304553815163671970367431640625,
"word": "to ",
"start": 69.08899999999999863575794734060764312744140625
},
{
"end": 69.489000000000004320099833421409130096435546875,
"word": "welcoming ",
"start": 69.1689999999999969304553815163671970367431640625
},
{
"end": 69.7289999999999992041921359486877918243408203125,
"word": "you. ",
"start": 69.489000000000004320099833421409130096435546875
},
{
"end": 70.3289999999999935198502498678863048553466796875,
"word": "Now ",
"start": 70.0090000000000003410605131648480892181396484375
},
{
"end": 70.6490000000000009094947017729282379150390625,
"word": "I ",
"start": 70.3289999999999935198502498678863048553466796875
},
{
"end": 70.8889999999999957935870043002068996429443359375,
"word": "will ",
"start": 70.6490000000000009094947017729282379150390625
},
{
"end": 71.20900000000000318323145620524883270263671875,
"word": "proceed ",
"start": 70.8889999999999957935870043002068996429443359375
},
{
"end": 71.448994999999996480255504138767719268798828125,
"word": "with ",
"start": 71.20900000000000318323145620524883270263671875
},
{
"end": 71.6890000000000071622707764618098735809326171875,
"word": "sending ",
"start": 71.448994999999996480255504138767719268798828125
},
{
"end": 71.8490000000000037516656448133289813995361328125,
"word": "the ",
"start": 71.6890000000000071622707764618098735809326171875
},
{
"end": 72.3289999999999935198502498678863048553466796875,
"word": "confirmation ",
"start": 71.8490000000000037516656448133289813995361328125
},
{
"end": 72.6490000000000009094947017729282379150390625,
"word": "email. ",
"start": 72.3289999999999935198502498678863048553466796875
},
{
"end": 73.269000000000005456968210637569427490234375,
"word": "Will ",
"start": 72.9489999999999980673237587325274944305419921875
},
{
"end": 73.5090000000000003410605131648480892181396484375,
"word": "shortly ",
"start": 73.269000000000005456968210637569427490234375
},
{
"end": 73.748999999999995225152815692126750946044921875,
"word": "receive ",
"start": 73.5090000000000003410605131648480892181396484375
},
{
"end": 73.9090000000000060254023992456495761871337890625,
"word": "a ",
"start": 73.748999999999995225152815692126750946044921875
},
{
"end": 74.308999999999997498889570124447345733642578125,
"word": "confirmation ",
"start": 73.9090000000000060254023992456495761871337890625
},
{
"end": 74.6290000000000048885340220294892787933349609375,
"word": "email ",
"start": 74.308999999999997498889570124447345733642578125
},
{
"end": 74.868999999999999772626324556767940521240234375,
"word": "with ",
"start": 74.6290000000000048885340220294892787933349609375
},
{
"end": 75.1089999999999946567186270840466022491455078125,
"word": "all ",
"start": 74.868999999999999772626324556767940521240234375
},
{
"end": 75.269000000000005456968210637569427490234375,
"word": "the ",
"start": 75.1089999999999946567186270840466022491455078125
},
{
"end": 75.8289999999999935198502498678863048553466796875,
"word": "details ",
"start": 75.269000000000005456968210637569427490234375
},
{
"end": 76.1490000000000009094947017729282379150390625,
"word": "of ",
"start": 75.8289999999999935198502498678863048553466796875
},
{
"end": 76.46899999999999408828443847596645355224609375,
"word": "your ",
"start": 76.1490000000000009094947017729282379150390625
},
{
"end": 76.9489999999999980673237587325274944305419921875,
"word": "reservation.",
"start": 76.46899999999999408828443847596645355224609375
}
],
"content": "you, Mike, and we look forward to welcoming you. Now I will proceed with sending the confirmation email. Will shortly receive a confirmation email with all the details of your reservation."
},
{
"role": "user",
"words": [
{
"end": 77.8490039999999936526364763267338275909423828125,
"word": "you ",
"start": 77.769000000000005456968210637569427490234375
},
{
"end": 78.08899999999999863575794734060764312744140625,
"word": "once ",
"start": 77.8490039999999936526364763267338275909423828125
},
{
"end": 78.3289999999999935198502498678863048553466796875,
"word": "again, ",
"start": 78.08899999999999863575794734060764312744140625
},
{
"end": 78.489000000000004320099833421409130096435546875,
"word": "Mike.",
"start": 78.3289999999999935198502498678863048553466796875
}
],
"content": "you once again, Mike."
},
{
"role": "agent",
"words": [
{
"end": 80.412000000000006139089236967265605926513671875,
"word": "Thank ",
"start": 80.0979999999999989768184605054557323455810546875
},
{
"end": 80.7710000000000007958078640513122081756591796875,
"word": "you! ",
"start": 80.412000000000006139089236967265605926513671875
},
{
"end": 80.9917082519531277284841053187847137451171875,
"word": "I'll ",
"start": 80.78270825195312454525264911353588104248046875
},
{
"end": 81.17670825195313000222085975110530853271484375,
"word": "look ",
"start": 80.9917082519531277284841053187847137451171875
},
{
"end": 81.3167082519531305706550483591854572296142578125,
"word": "out ",
"start": 81.17670825195313000222085975110530853271484375
},
{
"end": 81.4437082519531259094947017729282379150390625,
"word": "for ",
"start": 81.3167082519531305706550483591854572296142578125
},
{
"end": 81.5487082519531298885340220294892787933349609375,
"word": "the ",
"start": 81.4437082519531259094947017729282379150390625
},
{
"end": 82.1177082519531182924765744246542453765869140625,
"word": "confirmation ",
"start": 81.5487082519531298885340220294892787933349609375
},
{
"end": 82.581708251953131139089236967265605926513671875,
"word": "email.",
"start": 82.1177082519531182924765744246542453765869140625
}
],
"content": "Thank you! I'll look out for the confirmation email.",
"metadata": {
"response_id": 21
}
}
],
"disconnection_reason": "agent_hangup",
"telephony_identifier": {
"twilio_call_sid": "CA2b69d7ff03d4e02e3ba1cbbf18223de8"
},
"transcript_with_tool_calls": [
{
"role": "user",
"words": [
{
"end": 1.208999899999999794175664646900258958339691162109375,
"word": "Hello. ",
"start": 0.808999950000000023209167920867912471294403076171875
},
{
"end": 1.3689999999999999946709294817992486059665679931640625,
"word": "Welcome ",
"start": 1.208999899999999794175664646900258958339691162109375
},
{
"end": 1.528999999999999914734871708787977695465087890625,
"word": "to ",
"start": 1.3689999999999999946709294817992486059665679931640625
},
{
"end": 1.928999999999999825917029738775454461574554443359375,
"word": "Avelian ",
"start": 1.528999999999999914734871708787977695465087890625
},
{
"end": 2.32899999999999973709918776876293122768402099609375,
"word": "Paradise ",
"start": 1.928999999999999825917029738775454461574554443359375
},
{
"end": 2.56899999999999995026200849679298698902130126953125,
"word": "Hotel. ",
"start": 2.32899999999999973709918776876293122768402099609375
},
{
"end": 3.15899999999999980815346134477294981479644775390625,
"word": "How ",
"start": 2.838999999999999968025576890795491635799407958984375
},
{
"end": 3.31899999999999995026200849679298698902130126953125,
"word": "can ",
"start": 3.15899999999999980815346134477294981479644775390625
},
{
"end": 3.39899989999999974088495946489274501800537109375,
"word": "I ",
"start": 3.31899999999999995026200849679298698902130126953125
},
{
"end": 3.558999999999999719335619374760426580905914306640625,
"word": "help ",
"start": 3.39899989999999974088495946489274501800537109375
},
{
"end": 3.638999999999999790389892950770445168018341064453125,
"word": "you ",
"start": 3.558999999999999719335619374760426580905914306640625
},
{
"end": 3.798999999999999932498440102790482342243194580078125,
"word": "today?",
"start": 3.638999999999999790389892950770445168018341064453125
}
],
"content": "Hello. Welcome to Avelian Paradise Hotel. How can I help you today?"
},
{
"role": "agent",
"words": [
{
"end": 5.849000000000000198951966012828052043914794921875,
"word": "Hi, ",
"start": 5.54699999999999970867747833835892379283905029296875
},
{
"end": 5.97599999999999997868371792719699442386627197265625,
"word": "I ",
"start": 5.849000000000000198951966012828052043914794921875
},
{
"end": 6.16199999999999992184029906638897955417633056640625,
"word": "need ",
"start": 5.97599999999999997868371792719699442386627197265625
},
{
"end": 6.243999999999999772626324556767940521240234375,
"word": "to ",
"start": 6.16199999999999992184029906638897955417633056640625
},
{
"end": 6.4290000000000002700062395888380706310272216796875,
"word": "make ",
"start": 6.243999999999999772626324556767940521240234375
},
{
"end": 6.49899999999999966604491419275291264057159423828125,
"word": "a ",
"start": 6.4290000000000002700062395888380706310272216796875
},
{
"end": 7.0679999999999996163069226895458996295928955078125,
"word": "reservation ",
"start": 6.49899999999999966604491419275291264057159423828125
},
{
"end": 7.230000000000000426325641456060111522674560546875,
"word": "for ",
"start": 7.0679999999999996163069226895458996295928955078125
},
{
"end": 7.37000000000000010658141036401502788066864013671875,
"word": "me ",
"start": 7.230000000000000426325641456060111522674560546875
},
{
"end": 7.4969999999999998863131622783839702606201171875,
"word": "and ",
"start": 7.37000000000000010658141036401502788066864013671875
},
{
"end": 7.647999999999999687361196265555918216705322265625,
"word": "my ",
"start": 7.4969999999999998863131622783839702606201171875
},
{
"end": 8.007999999999999118927007657475769519805908203125,
"word": "wife ",
"start": 7.647999999999999687361196265555918216705322265625
},
{
"end": 8.1590000000000006963318810448981821537017822265625,
"word": "on ",
"start": 8.007999999999999118927007657475769519805908203125
},
{
"end": 8.5069999999999996731503415503539144992828369140625,
"word": "October ",
"start": 8.1590000000000006963318810448981821537017822265625
},
{
"end": 8.7629999999999999005240169935859739780426025390625,
"word": "29th.",
"start": 8.5069999999999996731503415503539144992828369140625
},
{
"end": 9.5512082519531258384404281969182193279266357421875,
"word": " Our ",
"start": 9.331208251953125198951966012828052043914794921875
},
{
"end": 9.9112082519531252700062395888380706310272216796875,
"word": "budget ",
"start": 9.5512082519531258384404281969182193279266357421875
},
{
"end": 10.0392082519531253836930773104541003704071044921875,
"word": "is ",
"start": 9.9112082519531252700062395888380706310272216796875
},
{
"end": 10.2602082519531254689582056016661226749420166015625,
"word": "less ",
"start": 10.0392082519531253836930773104541003704071044921875
},
{
"end": 10.4572082519531246447286321199499070644378662109375,
"word": "than ",
"start": 10.2602082519531254689582056016661226749420166015625
},
{
"end": 10.596208251953125767386154620908200740814208984375,
"word": "150 ",
"start": 10.4572082519531246447286321199499070644378662109375
},
{
"end": 10.840208251953125540012479177676141262054443359375,
"word": "euros.",
"start": 10.596208251953125767386154620908200740814208984375
},
{
"end": 12.174958251953125198951966012828052043914794921875,
"word": " Can ",
"start": 12.034958251953124630517777404747903347015380859375
},
{
"end": 12.278958251953124403144101961515843868255615234375,
"word": "you ",
"start": 12.174958251953125198951966012828052043914794921875
},
{
"end": 12.4299582519531242041921359486877918243408203125,
"word": "help ",
"start": 12.278958251953124403144101961515843868255615234375
},
{
"end": 12.522958251953124175770426518283784389495849609375,
"word": "me ",
"start": 12.4299582519531242041921359486877918243408203125
},
{
"end": 12.6739582519531257531752999057061970233917236328125,
"word": "with ",
"start": 12.522958251953124175770426518283784389495849609375
},
{
"end": 13.1499582519531248436805981327779591083526611328125,
"word": "that?",
"start": 12.6739582519531257531752999057061970233917236328125
},
{
"end": 13.962208251953125426325641456060111522674560546875,
"word": " Also, ",
"start": 13.1952082519531241899812812334857881069183349609375
},
{
"end": 14.15920825195312460209606797434389591217041015625,
"word": "does ",
"start": 13.962208251953125426325641456060111522674560546875
},
{
"end": 14.27520825195312426103555480949580669403076171875,
"word": "the ",
"start": 14.15920825195312460209606797434389591217041015625
},
{
"end": 14.554208251953124175770426518283784389495849609375,
"word": "hotel ",
"start": 14.27520825195312426103555480949580669403076171875
},
{
"end": 14.682208251953124289457264239899814128875732421875,
"word": "have ",
"start": 14.554208251953124175770426518283784389495849609375
},
{
"end": 14.7282082519531254405364961712621152400970458984375,
"word": "a ",
"start": 14.682208251953124289457264239899814128875732421875
},
{
"end": 15.0302082519531250426325641456060111522674560546875,
"word": "swimming ",
"start": 14.7282082519531254405364961712621152400970458984375
},
{
"end": 15.517208251953125142108547152020037174224853515625,
"word": "pool?",
"start": 15.0302082519531250426325641456060111522674560546875
}
],
"content": "Hi, I need to make a reservation for me and my wife on October 29th. Our budget is less than 150 euros. Can you help me with that? Also, does the hotel have a swimming pool?",
"metadata": {
"response_id": 2
}
},
{
"role": "user",
"words": [
{
"end": 17.68900000000000005684341886080801486968994140625,
"word": "Certainly. ",
"start": 17.12899900000000030786395655013620853424072265625
},
{
"end": 17.929000000000002046363078989088535308837890625,
"word": "I ",
"start": 17.68900000000000005684341886080801486968994140625
},
{
"end": 18.169000000000000483169060316868126392364501953125,
"word": "can ",
"start": 17.929000000000002046363078989088535308837890625
},
{
"end": 18.40899999999999891997504164464771747589111328125,
"word": "assist ",
"start": 18.169000000000000483169060316868126392364501953125
},
{
"end": 18.489000000000000767386154620908200740814208984375,
"word": "you ",
"start": 18.40899999999999891997504164464771747589111328125
},
{
"end": 18.6490000000000009094947017729282379150390625,
"word": "with ",
"start": 18.489000000000000767386154620908200740814208984375
},
{
"end": 18.888999999999999346300683100707828998565673828125,
"word": "your ",
"start": 18.6490000000000009094947017729282379150390625
},
{
"end": 19.288999000000000449972503702156245708465576171875,
"word": "reservation. ",
"start": 18.888999999999999346300683100707828998565673828125
},
{
"end": 19.888999999999999346300683100707828998565673828125,
"word": "Just ",
"start": 19.6490000000000009094947017729282379150390625
},
{
"end": 20.04899900000000201316652237437665462493896484375,
"word": "to ",
"start": 19.888999999999999346300683100707828998565673828125
},
{
"end": 20.6089979999999997062332113273441791534423828125,
"word": "confirm, ",
"start": 20.04899900000000201316652237437665462493896484375
},
{
"end": 20.68900000000000005684341886080801486968994140625,
"word": "you ",
"start": 20.6089979999999997062332113273441791534423828125
},
{
"end": 20.849000000000000198951966012828052043914794921875,
"word": "are ",
"start": 20.68900000000000005684341886080801486968994140625
},
{
"end": 21.08899999999999863575794734060764312744140625,
"word": "looking ",
"start": 20.849000000000000198951966012828052043914794921875
},
{
"end": 21.169000000000000483169060316868126392364501953125,
"word": "for ",
"start": 21.08899999999999863575794734060764312744140625
},
{
"end": 21.32900000000000062527760746888816356658935546875,
"word": "a ",
"start": 21.169000000000000483169060316868126392364501953125
},
{
"end": 21.568999999999999062083588796667754650115966796875,
"word": "stay ",
"start": 21.32900000000000062527760746888816356658935546875
},
{
"end": 21.7289999999999992041921359486877918243408203125,
"word": "on ",
"start": 21.568999999999999062083588796667754650115966796875
},
{
"end": 22.12899900000000030786395655013620853424072265625,
"word": "October ",
"start": 21.7289999999999992041921359486877918243408203125
},
{
"end": 22.288999000000000449972503702156245708465576171875,
"word": "twenty ",
"start": 22.12899900000000030786395655013620853424072265625
},
{
"end": 22.68900000000000005684341886080801486968994140625,
"word": "ninth. ",
"start": 22.288999000000000449972503702156245708465576171875
},
{
"end": 22.849000000000000198951966012828052043914794921875,
"word": "Correct?",
"start": 22.68900000000000005684341886080801486968994140625
}
],
"content": "Certainly. I can assist you with your reservation. Just to confirm, you are looking for a stay on October twenty ninth. Correct?"
},
{
"role": "user",
"words": [
{
"end": 23.96900000000000119371179607696831226348876953125,
"word": "your ",
"start": 23.809000000000001051603248924948275089263916015625
},
{
"end": 24.208999999999999630517777404747903347015380859375,
"word": "budget, ",
"start": 23.96900000000000119371179607696831226348876953125
},
{
"end": 24.57900000000000062527760746888816356658935546875,
"word": "the ",
"start": 24.419000000000000483169060316868126392364501953125
},
{
"end": 24.8990000000000009094947017729282379150390625,
"word": "standard ",
"start": 24.57900000000000062527760746888816356658935546875
},
{
"end": 25.138999999999999346300683100707828998565673828125,
"word": "room ",
"start": 24.8990000000000009094947017729282379150390625
},
{
"end": 25.29899900000000201316652237437665462493896484375,
"word": "is ",
"start": 25.138999999999999346300683100707828998565673828125
},
{
"end": 25.618999999999999772626324556767940521240234375,
"word": "available ",
"start": 25.29899900000000201316652237437665462493896484375
},
{
"end": 25.778999999999999914734871708787977695465087890625,
"word": "for ",
"start": 25.618999999999999772626324556767940521240234375
},
{
"end": 26.019000000000001904254531837068498134613037109375,
"word": "one ",
"start": 25.778999999999999914734871708787977695465087890625
},
{
"end": 26.179000000000002046363078989088535308837890625,
"word": "hundred ",
"start": 26.019000000000001904254531837068498134613037109375
},
{
"end": 26.33899999999999863575794734060764312744140625,
"word": "and ",
"start": 26.179000000000002046363078989088535308837890625
},
{
"end": 26.57900000000000062527760746888816356658935546875,
"word": "ten ",
"start": 26.33899999999999863575794734060764312744140625
},
{
"end": 26.8990000000000009094947017729282379150390625,
"word": "euros ",
"start": 26.57900000000000062527760746888816356658935546875
},
{
"end": 27.059000000000001051603248924948275089263916015625,
"word": "per ",
"start": 26.8990000000000009094947017729282379150390625
},
{
"end": 27.37899900000000030786395655013620853424072265625,
"word": "night, ",
"start": 27.059000000000001051603248924948275089263916015625
},
{
"end": 27.538999000000000449972503702156245708465576171875,
"word": "which ",
"start": 27.37899900000000030786395655013620853424072265625
},
{
"end": 27.778999999999999914734871708787977695465087890625,
"word": "fits ",
"start": 27.538999000000000449972503702156245708465576171875
},
{
"end": 28.019000000000001904254531837068498134613037109375,
"word": "within ",
"start": 27.778999999999999914734871708787977695465087890625
},
{
"end": 28.099000000000000198951966012828052043914794921875,
"word": "your ",
"start": 28.019000000000001904254531837068498134613037109375
},
{
"end": 28.33899999999999863575794734060764312744140625,
"word": "budget.",
"start": 28.099000000000000198951966012828052043914794921875
}
],
"content": "your budget, the standard room is available for one hundred and ten euros per night, which fits within your budget."
},
{
"role": "user",
"words": [
{
"end": 30.199000000000001620037437533028423786163330078125,
"word": "yes. ",
"start": 29.958999999999999630517777404747903347015380859375
}
],
"content": "yes. "
},
{
"role": "agent",
"words": [
{
"end": 30.30499999999999971578290569595992565155029296875,
"word": "Great!",
"start": 29.748000000000001108446667785756289958953857421875
},
{
"end": 30.699999999999999289457264239899814128875732421875,
"word": " Let's ",
"start": 30.455999999999999516830939683131873607635498046875
}
],
"content": "Great! Let's ",
"metadata": {
"response_id": 8
}
},
{
"role": "user",
"words": [
{
"end": 30.748999999999998777866494492627680301666259765625,
"word": "We ",
"start": 30.429000000000002046363078989088535308837890625
},
{
"end": 30.90899999999999891997504164464771747589111328125,
"word": "do ",
"start": 30.748999999999998777866494492627680301666259765625
},
{
"end": 31.068999999999999062083588796667754650115966796875,
"word": "have ",
"start": 30.90899999999999891997504164464771747589111328125
},
{
"end": 31.2289999999999992041921359486877918243408203125,
"word": "an ",
"start": 31.068999999999999062083588796667754650115966796875
},
{
"end": 31.388999999999999346300683100707828998565673828125,
"word": "out ",
"start": 31.2289999999999992041921359486877918243408203125
},
{
"end": 33.02900000000000346744855050928890705108642578125,
"word": "may ",
"start": 32.7890000000000014779288903810083866119384765625
},
{
"end": 33.18900000000000005684341886080801486968994140625,
"word": "I ",
"start": 33.02900000000000346744855050928890705108642578125
},
{
"end": 33.26899999999999835154085303656756877899169921875,
"word": "have ",
"start": 33.18900000000000005684341886080801486968994140625
},
{
"end": 33.429000000000002046363078989088535308837890625,
"word": "your ",
"start": 33.26899999999999835154085303656756877899169921875
},
{
"end": 33.58899999999999863575794734060764312744140625,
"word": "name ",
"start": 33.429000000000002046363078989088535308837890625
},
{
"end": 33.748998000000000274667399935424327850341796875,
"word": "and ",
"start": 33.58899999999999863575794734060764312744140625
},
{
"end": 33.98899999999999721467247582040727138519287109375,
"word": "email ",
"start": 33.748998000000000274667399935424327850341796875
},
{
"end": 34.308999999999997498889570124447345733642578125,
"word": "address, ",
"start": 33.98899999999999721467247582040727138519287109375
},
{
"end": 34.46900000000000119371179607696831226348876953125,
"word": "please?",
"start": 34.308999999999997498889570124447345733642578125
}
],
"content": "We do have an out may I have your name and email address, please?"
},
{
"role": "agent",
"words": [
{
"end": 36.828000000000002955857780762016773223876953125,
"word": "My ",
"start": 36.68900000000000005684341886080801486968994140625
},
{
"end": 37.0030000000000001136868377216160297393798828125,
"word": "name ",
"start": 36.828000000000002955857780762016773223876953125
},
{
"end": 37.15400000000000346744855050928890705108642578125,
"word": "is ",
"start": 37.0030000000000001136868377216160297393798828125
},
{
"end": 37.37400000000000233058017329312860965728759765625,
"word": "Mike ",
"start": 37.15400000000000346744855050928890705108642578125
},
{
"end": 37.804000000000002046363078989088535308837890625,
"word": "Smith, ",
"start": 37.37400000000000233058017329312860965728759765625
},
{
"end": 37.98899999999999721467247582040727138519287109375,
"word": "and ",
"start": 37.804000000000002046363078989088535308837890625
},
{
"end": 38.12899999999999778310666442848742008209228515625,
"word": "my ",
"start": 37.98899999999999721467247582040727138519287109375
},
{
"end": 38.4189999999999969304553815163671970367431640625,
"word": "email ",
"start": 38.12899999999999778310666442848742008209228515625
},
{
"end": 38.756000000000000227373675443232059478759765625,
"word": "address ",
"start": 38.4189999999999969304553815163671970367431640625
},
{
"end": 38.88300000000000267164068645797669887542724609375,
"word": "is ",
"start": 38.756000000000000227373675443232059478759765625
},
{
"end": 39.1039999999999992041921359486877918243408203125,
"word": "mike@yahoo.com.",
"start": 38.88300000000000267164068645797669887542724609375
}
],
"content": "My name is Mike Smith, and my email address is mike@yahoo.com.",
"metadata": {
"response_id": 9
}
},
{
"role": "user",
"words": [
{
"end": 42.5690000000000026147972675971686840057373046875,
"word": "Thank ",
"start": 42.32900000000000062527760746888816356658935546875
},
{
"end": 42.80900299999999703004505136050283908843994140625,
"word": "you, ",
"start": 42.5690000000000026147972675971686840057373046875
},
{
"end": 43.368999999999999772626324556767940521240234375,
"word": "Mike. ",
"start": 42.80900299999999703004505136050283908843994140625
},
{
"end": 43.68900000000000005684341886080801486968994140625,
"word": "Just ",
"start": 43.368999999999999772626324556767940521240234375
},
{
"end": 43.8490000000000037516656448133289813995361328125,
"word": "to ",
"start": 43.68900000000000005684341886080801486968994140625
},
{
"end": 44.24900000000000233058017329312860965728759765625,
"word": "confirm, ",
"start": 43.8490000000000037516656448133289813995361328125
},
{
"end": 44.40899999999999891997504164464771747589111328125,
"word": "you ",
"start": 44.24900000000000233058017329312860965728759765625
},
{
"end": 44.5690000000000026147972675971686840057373046875,
"word": "would ",
"start": 44.40899999999999891997504164464771747589111328125
},
{
"end": 44.7289999999999992041921359486877918243408203125,
"word": "like ",
"start": 44.5690000000000026147972675971686840057373046875
},
{
"end": 44.80900299999999703004505136050283908843994140625,
"word": "to ",
"start": 44.7289999999999992041921359486877918243408203125
},
{
"end": 44.88900000000000289901436190120875835418701171875,
"word": "book ",
"start": 44.80900299999999703004505136050283908843994140625
},
{
"end": 45.04899999999999948840923025272786617279052734375,
"word": "a ",
"start": 44.88900000000000289901436190120875835418701171875
},
{
"end": 45.49900000000000233058017329312860965728759765625,
"word": "standard ",
"start": 45.0990000000000037516656448133289813995361328125
},
{
"end": 45.73899999999999721467247582040727138519287109375,
"word": "room ",
"start": 45.49900000000000233058017329312860965728759765625
},
{
"end": 45.8990000000000009094947017729282379150390625,
"word": "for ",
"start": 45.73899999999999721467247582040727138519287109375
},
{
"end": 46.058999999999997498889570124447345733642578125,
"word": "one ",
"start": 45.8990000000000009094947017729282379150390625
},
{
"end": 46.37899999999999778310666442848742008209228515625,
"word": "night ",
"start": 46.058999999999997498889570124447345733642578125
},
{
"end": 46.6989999999999980673237587325274944305419921875,
"word": "on ",
"start": 46.37899999999999778310666442848742008209228515625
},
{
"end": 47.0990000000000037516656448133289813995361328125,
"word": "October ",
"start": 46.6989999999999980673237587325274944305419921875
},
{
"end": 47.33899999999999863575794734060764312744140625,
"word": "twenty ",
"start": 47.0990000000000037516656448133289813995361328125
},
{
"end": 47.57900000000000062527760746888816356658935546875,
"word": "ninth ",
"start": 47.33899999999999863575794734060764312744140625
},
{
"end": 48.368999999999999772626324556767940521240234375,
"word": "Is ",
"start": 48.12899999999999778310666442848742008209228515625
},
{
"end": 48.52900000000000346744855050928890705108642578125,
"word": "that ",
"start": 48.368999999999999772626324556767940521240234375
},
{
"end": 48.76899999999999835154085303656756877899169921875,
"word": "correct?",
"start": 48.52900000000000346744855050928890705108642578125
}
],
"content": "Thank you, Mike. Just to confirm, you would like to book a standard room for one night on October twenty ninth Is that correct?"
},
{
"role": "agent",
"words": [
{
"end": 50.13799999999999812416717759333550930023193359375,
"word": "Yes, ",
"start": 49.85900000000000176214598468504846096038818359375
},
{
"end": 50.35799999999999698729880037717521190643310546875,
"word": "that's ",
"start": 50.13799999999999812416717759333550930023193359375
},
{
"end": 50.9620000000000032969182939268648624420166015625,
"word": "correct.",
"start": 50.35799999999999698729880037717521190643310546875
},
{
"end": 51.24012499999999903366187936626374721527099609375,
"word": " Please ",
"start": 51.007125000000002046363078989088535308837890625
},
{
"end": 51.35612499999999869260136620141565799713134765625,
"word": "go ",
"start": 51.24012499999999903366187936626374721527099609375
},
{
"end": 51.530124999999998181010596454143524169921875,
"word": "ahead ",
"start": 51.35612499999999869260136620141565799713134765625
},
{
"end": 51.6341249999999973852027324028313159942626953125,
"word": "and ",
"start": 51.530124999999998181010596454143524169921875
},
{
"end": 51.82012499999999732835931354202330112457275390625,
"word": "book ",
"start": 51.6341249999999973852027324028313159942626953125
},
{
"end": 52.1221249999999969304553815163671970367431640625,
"word": "it.",
"start": 51.82012499999999732835931354202330112457275390625
}
],
"content": "Yes, that's correct. Please go ahead and book it.",
"metadata": {
"response_id": 11
}
},
{
"role": "user",
"words": [
{
"end": 56.5990000000000037516656448133289813995361328125,
"word": "Your ",
"start": 56.27900000000000346744855050928890705108642578125
},
{
"end": 57.15899999999999891997504164464771747589111328125,
"word": "reservation ",
"start": 56.5990000000000037516656448133289813995361328125
},
{
"end": 57.3990000000000009094947017729282379150390625,
"word": "for ",
"start": 57.15899999999999891997504164464771747589111328125
},
{
"end": 57.558999999999997498889570124447345733642578125,
"word": "the ",
"start": 57.3990000000000009094947017729282379150390625
},
{
"end": 57.87899999999999778310666442848742008209228515625,
"word": "standard ",
"start": 57.558999999999997498889570124447345733642578125
},
{
"end": 58.118999999999999772626324556767940521240234375,
"word": "room ",
"start": 57.87899999999999778310666442848742008209228515625
},
{
"end": 58.35900000000000176214598468504846096038818359375,
"word": "on ",
"start": 58.118999999999999772626324556767940521240234375
},
{
"end": 58.7590000000000003410605131648480892181396484375,
"word": "October ",
"start": 58.35900000000000176214598468504846096038818359375
},
{
"end": 59.07900000000000062527760746888816356658935546875,
"word": "twenty ",
"start": 58.7590000000000003410605131648480892181396484375
},
{
"end": 59.31899800000000055888449423946440219879150390625,
"word": "ninth ",
"start": 59.07900000000000062527760746888816356658935546875
},
{
"end": 59.558999999999997498889570124447345733642578125,
"word": "is ",
"start": 59.31899800000000055888449423946440219879150390625
},
{
"end": 59.79899999999999948840923025272786617279052734375,
"word": "confirmed.",
"start": 59.558999999999997498889570124447345733642578125
}
],
"content": "Your reservation for the standard room on October twenty ninth is confirmed."
},
{
"role": "user",
"words": [
{
"end": 60.7690020000000004074536263942718505859375,
"word": "That's ",
"start": 60.44900200000000012323653209023177623748779296875
},
{
"end": 60.929001999999996996848494745790958404541015625,
"word": "one ",
"start": 60.7690020000000004074536263942718505859375
},
{
"end": 61.40899999999999891997504164464771747589111328125,
"word": "night, ",
"start": 60.929001999999996996848494745790958404541015625
},
{
"end": 61.6490000000000009094947017729282379150390625,
"word": "totaling ",
"start": 61.40899999999999891997504164464771747589111328125
},
{
"end": 61.88900000000000289901436190120875835418701171875,
"word": "one ",
"start": 61.6490000000000009094947017729282379150390625
},
{
"end": 62.12899999999999778310666442848742008209228515625,
"word": "hundred ",
"start": 61.88900000000000289901436190120875835418701171875
},
{
"end": 62.20900000000000318323145620524883270263671875,
"word": "and ",
"start": 62.12899999999999778310666442848742008209228515625
},
{
"end": 62.44900200000000012323653209023177623748779296875,
"word": "ten ",
"start": 62.20900000000000318323145620524883270263671875
},
{
"end": 62.7690020000000004074536263942718505859375,
"word": "euros ",
"start": 62.44900200000000012323653209023177623748779296875
},
{
"end": 63.368999999999999772626324556767940521240234375,
"word": "I ",
"start": 63.20900000000000318323145620524883270263671875
},
{
"end": 63.52900000000000346744855050928890705108642578125,
"word": "will ",
"start": 63.368999999999999772626324556767940521240234375
},
{
"end": 63.76899999999999835154085303656756877899169921875,
"word": "now ",
"start": 63.52900000000000346744855050928890705108642578125
},
{
"end": 63.929000000000002046363078989088535308837890625,
"word": "send ",
"start": 63.76899999999999835154085303656756877899169921875
},
{
"end": 64.08899999999999863575794734060764312744140625,
"word": "you ",
"start": 63.929000000000002046363078989088535308837890625
},
{
"end": 64.1689960000000070294845500029623508453369140625,
"word": "an ",
"start": 64.08899999999999863575794734060764312744140625
},
{
"end": 64.4889960000000002082742867060005664825439453125,
"word": "email ",
"start": 64.1689960000000070294845500029623508453369140625
},
{
"end": 64.7289999999999992041921359486877918243408203125,
"word": "with ",
"start": 64.4889960000000002082742867060005664825439453125
},
{
"end": 64.8889999999999957935870043002068996429443359375,
"word": "all ",
"start": 64.7289999999999992041921359486877918243408203125
},
{
"end": 65.049000000000006593836587853729724884033203125,
"word": "the ",
"start": 64.8889999999999957935870043002068996429443359375
},
{
"end": 65.4489999999999980673237587325274944305419921875,
"word": "details ",
"start": 65.049000000000006593836587853729724884033203125
},
{
"end": 65.6890000000000071622707764618098735809326171875,
"word": "and ",
"start": 65.4489999999999980673237587325274944305419921875
},
{
"end": 65.8490000000000037516656448133289813995361328125,
"word": "a ",
"start": 65.6890000000000071622707764618098735809326171875
},
{
"end": 66.0090000000000003410605131648480892181396484375,
"word": "link ",
"start": 65.8490000000000037516656448133289813995361328125
},
{
"end": 66.1689960000000070294845500029623508453369140625,
"word": "to ",
"start": 66.0090000000000003410605131648480892181396484375
},
{
"end": 66.4090000000000060254023992456495761871337890625,
"word": "complete ",
"start": 66.1689960000000070294845500029623508453369140625
},
{
"end": 66.5690000000000026147972675971686840057373046875,
"word": "the ",
"start": 66.4090000000000060254023992456495761871337890625
},
{
"end": 66.8089949999999959118213155306875705718994140625,
"word": "payment.",
"start": 66.5690000000000026147972675971686840057373046875
}
],
"content": "That's one night, totaling one hundred and ten euros I will now send you an email with all the details and a link to complete the payment."
},
{
"role": "user",
"words": [
{
"end": 67.808999999999997498889570124447345733642578125,
"word": "you, ",
"start": 67.56900500000000420186552219092845916748046875
},
{
"end": 68.2090050000000047702997107990086078643798828125,
"word": "Mike, ",
"start": 67.808999999999997498889570124447345733642578125
},
{
"end": 68.368999999999999772626324556767940521240234375,
"word": "and ",
"start": 68.2090050000000047702997107990086078643798828125
},
{
"end": 68.6089999999999946567186270840466022491455078125,
"word": "we ",
"start": 68.368999999999999772626324556767940521240234375
},
{
"end": 68.8490039999999936526364763267338275909423828125,
"word": "look ",
"start": 68.6089999999999946567186270840466022491455078125
},
{
"end": 69.08899999999999863575794734060764312744140625,
"word": "forward ",
"start": 68.8490039999999936526364763267338275909423828125
},
{
"end": 69.1689999999999969304553815163671970367431640625,
"word": "to ",
"start": 69.08899999999999863575794734060764312744140625
},
{
"end": 69.489000000000004320099833421409130096435546875,
"word": "welcoming ",
"start": 69.1689999999999969304553815163671970367431640625
},
{
"end": 69.7289999999999992041921359486877918243408203125,
"word": "you. ",
"start": 69.489000000000004320099833421409130096435546875
},
{
"end": 70.3289999999999935198502498678863048553466796875,
"word": "Now ",
"start": 70.0090000000000003410605131648480892181396484375
},
{
"end": 70.6490000000000009094947017729282379150390625,
"word": "I ",
"start": 70.3289999999999935198502498678863048553466796875
},
{
"end": 70.8889999999999957935870043002068996429443359375,
"word": "will ",
"start": 70.6490000000000009094947017729282379150390625
},
{
"end": 71.20900000000000318323145620524883270263671875,
"word": "proceed ",
"start": 70.8889999999999957935870043002068996429443359375
},
{
"end": 71.448994999999996480255504138767719268798828125,
"word": "with ",
"start": 71.20900000000000318323145620524883270263671875
},
{
"end": 71.6890000000000071622707764618098735809326171875,
"word": "sending ",
"start": 71.448994999999996480255504138767719268798828125
},
{
"end": 71.8490000000000037516656448133289813995361328125,
"word": "the ",
"start": 71.6890000000000071622707764618098735809326171875
},
{
"end": 72.3289999999999935198502498678863048553466796875,
"word": "confirmation ",
"start": 71.8490000000000037516656448133289813995361328125
},
{
"end": 72.6490000000000009094947017729282379150390625,
"word": "email. ",
"start": 72.3289999999999935198502498678863048553466796875
},
{
"end": 73.269000000000005456968210637569427490234375,
"word": "Will ",
"start": 72.9489999999999980673237587325274944305419921875
},
{
"end": 73.5090000000000003410605131648480892181396484375,
"word": "shortly ",
"start": 73.269000000000005456968210637569427490234375
},
{
"end": 73.748999999999995225152815692126750946044921875,
"word": "receive ",
"start": 73.5090000000000003410605131648480892181396484375
},
{
"end": 73.9090000000000060254023992456495761871337890625,
"word": "a ",
"start": 73.748999999999995225152815692126750946044921875
},
{
"end": 74.308999999999997498889570124447345733642578125,
"word": "confirmation ",
"start": 73.9090000000000060254023992456495761871337890625
},
{
"end": 74.6290000000000048885340220294892787933349609375,
"word": "email ",
"start": 74.308999999999997498889570124447345733642578125
},
{
"end": 74.868999999999999772626324556767940521240234375,
"word": "with ",
"start": 74.6290000000000048885340220294892787933349609375
},
{
"end": 75.1089999999999946567186270840466022491455078125,
"word": "all ",
"start": 74.868999999999999772626324556767940521240234375
},
{
"end": 75.269000000000005456968210637569427490234375,
"word": "the ",
"start": 75.1089999999999946567186270840466022491455078125
},
{
"end": 75.8289999999999935198502498678863048553466796875,
"word": "details ",
"start": 75.269000000000005456968210637569427490234375
},
{
"end": 76.1490000000000009094947017729282379150390625,
"word": "of ",
"start": 75.8289999999999935198502498678863048553466796875
},
{
"end": 76.46899999999999408828443847596645355224609375,
"word": "your ",
"start": 76.1490000000000009094947017729282379150390625
},
{
"end": 76.9489999999999980673237587325274944305419921875,
"word": "reservation.",
"start": 76.46899999999999408828443847596645355224609375
}
],
"content": "you, Mike, and we look forward to welcoming you. Now I will proceed with sending the confirmation email. Will shortly receive a confirmation email with all the details of your reservation."
},
{
"role": "user",
"words": [
{
"end": 77.8490039999999936526364763267338275909423828125,
"word": "you ",
"start": 77.769000000000005456968210637569427490234375
},
{
"end": 78.08899999999999863575794734060764312744140625,
"word": "once ",
"start": 77.8490039999999936526364763267338275909423828125
},
{
"end": 78.3289999999999935198502498678863048553466796875,
"word": "again, ",
"start": 78.08899999999999863575794734060764312744140625
},
{
"end": 78.489000000000004320099833421409130096435546875,
"word": "Mike.",
"start": 78.3289999999999935198502498678863048553466796875
}
],
"content": "you once again, Mike."
},
{
"role": "agent",
"words": [
{
"end": 80.412000000000006139089236967265605926513671875,
"word": "Thank ",
"start": 80.0979999999999989768184605054557323455810546875
},
{
"end": 80.7710000000000007958078640513122081756591796875,
"word": "you! ",
"start": 80.412000000000006139089236967265605926513671875
},
{
"end": 80.9917082519531277284841053187847137451171875,
"word": "I'll ",
"start": 80.78270825195312454525264911353588104248046875
},
{
"end": 81.17670825195313000222085975110530853271484375,
"word": "look ",
"start": 80.9917082519531277284841053187847137451171875
},
{
"end": 81.3167082519531305706550483591854572296142578125,
"word": "out ",
"start": 81.17670825195313000222085975110530853271484375
},
{
"end": 81.4437082519531259094947017729282379150390625,
"word": "for ",
"start": 81.3167082519531305706550483591854572296142578125
},
{
"end": 81.5487082519531298885340220294892787933349609375,
"word": "the ",
"start": 81.4437082519531259094947017729282379150390625
},
{
"end": 82.1177082519531182924765744246542453765869140625,
"word": "confirmation ",
"start": 81.5487082519531298885340220294892787933349609375
},
{
"end": 82.581708251953131139089236967265605926513671875,
"word": "email.",
"start": 82.1177082519531182924765744246542453765869140625
}
],
"content": "Thank you! I'll look out for the confirmation email.",
"metadata": {
"response_id": 21
}
},
{
"name": "end_call",
"role": "tool_call_invocation",
"arguments": "{\"execution_message\":\"Thank you! I'll look out for the confirmation email.\"}",
"tool_call_id": "a3593a543094ccc3"
}
],
"retell_llm_dynamic_variables": [],
"opt_out_sensitive_data_storage": false
},
"event": "call_analyzed"
},
"query": [],
"params": [],
"headers": {
"host": "your-instance.app.n8n.cloud",
"accept": "application\/json, text\/plain, *\/*",
"cf-ray": "928f50f10524f820-PDX",
"cdn-loop": "cloudflare; loops=1; subreqs=1",
"cf-ew-via": "15",
"cf-worker": "n8n.cloud",
"x-real-ip": "100.20.5.228",
"cf-visitor": "{\"scheme\":\"https\"}",
"user-agent": "axios\/1.7.7",
"cf-ipcountry": "US",
"content-type": "application\/json",
"x-is-trusted": "yes",
"content-length": "31373",
"accept-encoding": "gzip, br",
"x-forwarded-for": "100.20.5.228, 104.23.160.74",
"cf-connecting-ip": "100.20.5.228",
"x-forwarded-host": "your-instance.app.n8n.cloud",
"x-forwarded-port": "443",
"x-forwarded-proto": "https",
"x-forwarded-server": "traefik-prod-users-gwc-44-68df68bcf-shrw2",
"x-retell-signature": "v=1743418544785,d=2cf5cda8a44189e9077241eb123d8ba0013a7139f9bae51cd5bb3052f3f724b2"
},
"webhookUrl": "https:\/\/your-instance.app.n8n.cloud\/webhook\/retell",
"executionMode": "production"
}
]
},
"connections": {
"Webhook": {
"main": [
[
{
"node": "Filter - only call ended",
"type": "main",
"index": 0
}
]
]
},
"Save to Excel": {
"main": [
[]
]
},
"Set fields to export": {
"main": [
[
{
"node": "Save to Excel",
"type": "main",
"index": 0
},
{
"node": "Save to Airtable",
"type": "main",
"index": 0
},
{
"node": "Save to Notion",
"type": "main",
"index": 0
}
]
]
},
"Filter - only call ended": {
"main": [
[
{
"node": "Set fields to export",
"type": "main",
"index": 0
}
]
]
}
}
}