confirm_booking
Confirm a held slot with the customer's name and phone number; this is the booking. Idempotent: confirming the same hold twice books it once and tells the business once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hold | Yes | The `id` of the hold to confirm. | |
| contact | Yes | The customer's own name and phone number (9 digits, or +country code and the number). Ask them; never invent one. | |
| session | Yes | The session id the hold was made in. |