Email Extraction
Dear Resort Aroma,
I would like to book a room from the 25th of April until the 30th of April.
When I looked through the website, I saw that you have rooms with a balcony.
It would be wonderful if I could get such a room.
Best,
Richard Fulmar[
{
"name": "name",
"type": "string",
"description": "First and last name of the guest",
"isArray": false
},
{
"name": "room_preference",
"type": "string",
"description": "Guest's preferred room location, room size, bed type,...",
"isArray": false
},
{
"name": "reservation_number",
"type": "number",
"description": "Unique number that identifies this reservation",
"isArray": false
},
{
"name": "stay_details",
"type": "string",
"description": "Start date and end date of the stay. (MM-DD-YYYY). It's 2023",
"isArray": false
}
]Last updated