Vanessa
05/20/2026, 5:15 PMRinshin Jalal
05/20/2026, 5:16 PMtext
When confirming reservation details, do not spell every word unless the caller’s name, email, or phone number may be unclear.
Confirm reservation details in a natural sentence:
“Just to confirm, I have a table for [party_size] on [date] at [time] under [guest_name]. Is that correct?”
If confirming a name or email, spell it slowly using phonetic letters only when necessary.
Do not invent spellings. If unsure, ask the caller to spell it again.
Usually the best flow is: collect → structure → repeat naturally → ask yes/no → only clarify the field that’s wrong.Vanessa
05/20/2026, 5:25 PMChiranjeet Mishra
05/20/2026, 5:28 PMVanessa
05/20/2026, 5:29 PMVanessa
05/20/2026, 5:30 PMChiranjeet Mishra
05/20/2026, 5:31 PMVanessa
05/20/2026, 5:31 PMVanessa
05/20/2026, 5:31 PMVanessa
05/20/2026, 5:33 PMVanessa
05/20/2026, 5:33 PMVanessa
05/20/2026, 5:36 PMRinshin Jalal
05/20/2026, 5:37 PMjson
{
"guest_name": "Vanessa",
"party_size": 4,
"reservation_date": "2026-05-21",
"reservation_time": "19:30",
"language": "fr",
"phone": "+...",
"special_notes": "..."
}
2. Confirm only from those structured fields
So instead of letting the assistant freely “rephrase” the date/name every time, you tell it to use the collected values as the source of truth.
For multilingual agents, I’d add a strict language rule too:
text
Always confirm the reservation in the same language the caller is using.
Do not mix French and English during confirmation.
Before finalizing the reservation, summarize only the structured reservation fields:
- guest name
- party size
- reservation date
- reservation time
- phone number if needed
- special notes if any
Confirm naturally, not by spelling the full date.
Example in French:
“Pour confirmer, j’ai une réservation pour [party_size] personnes, le [reservation_date] à [reservation_time], au nom de [guest_name]. C’est bien correct ?”
If the caller says something is wrong, ask only for the incorrect field again.
Do not modify confirmed fields unless the caller corrects them.Rinshin Jalal
05/20/2026, 5:37 PMVanessa
05/20/2026, 6:00 PM