Async Japanese Restaurant Booking Operator

Admin Console

Request 90036495-dd73-4b34-90d9-7e427f796149

calling web

Book a table at Test Restaurant on 2026-03-10 at 19:00 for 2 people. My name is Tri Pham. Restaurant phone: +819050034303

Parsed JSON

{
  "policy": {
    "record_call": false,
    "max_attempts": 1,
    "max_wait_seconds": 420,
    "allow_alternative_dates": false,
    "allow_alternative_times": true
  },
  "status": "received",
  "channel": "web",
  "user_id": "74c09fc0-297f-4445-a74f-d3ad7bf3059e",
  "call_ready": true,
  "request_id": "90036495-dd73-4b34-90d9-7e427f796149",
  "restaurant": {
    "language": "ja",
    "phone_e164": "+819050034303",
    "display_name": "Test Restaurant"
  },
  "booking_request": {
    "timezone": "Asia/Tokyo",
    "fallbacks": [],
    "date_local": "2026-03-10",
    "party_size": 2,
    "time_local": "19:00",
    "customer_name": "Tri Pham",
    "special_requests": [],
    "customer_name_kana": null,
    "callback_phone_e164": null
  },
  "parse_confidence": 0.99,
  "clarification_questions": []
}

Final outcome

{
  "status": "calling",
  "needsClarification": false
}

Transition history

[
  {
    "id": "41e84690-cf9e-461c-a8a1-2dbb1484ea93",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "fromStatus": "ready_to_call",
    "toStatus": "calling",
    "reason": "outbound_call_queued",
    "metadataJson": {
      "attempt_id": "de279008-1e9a-46bc-9bf3-a3d0b3f4ab68",
      "attempt_no": 1,
      "restaurant_phone_e164": "+819050034303"
    },
    "createdAt": "2026-03-07T07:49:09.294Z"
  },
  {
    "id": "e32fa192-4e00-47ad-a37e-8efae98ccd41",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "fromStatus": "parsing",
    "toStatus": "ready_to_call",
    "reason": "parse_succeeded",
    "metadataJson": {
      "clarification_questions": []
    },
    "createdAt": "2026-03-07T07:49:06.753Z"
  },
  {
    "id": "48ab58bf-72f4-4a40-8219-d19bc1806b6d",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "fromStatus": "received",
    "toStatus": "parsing",
    "reason": "parse_requested",
    "metadataJson": {},
    "createdAt": "2026-03-07T07:49:03.607Z"
  },
  {
    "id": "03dc7dc6-32bd-401f-9737-bbd94084684a",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "fromStatus": null,
    "toStatus": "received",
    "reason": "intake_received",
    "metadataJson": {
      "source_channel": "web"
    },
    "createdAt": "2026-03-07T07:49:01.485Z"
  }
]

Attempts

[
  {
    "id": "de279008-1e9a-46bc-9bf3-a3d0b3f4ab68",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "attemptNo": 1,
    "restaurantPhoneE164": "+819050034303",
    "twilioCallSid": "CA01874eb571c3724f97c923e727b99f63",
    "realtimeSessionId": null,
    "status": "calling",
    "outcomeCode": null,
    "outcomeJson": null,
    "startedAt": "2026-03-07T07:49:09.748Z",
    "endedAt": null,
    "createdAt": "2026-03-07T07:49:09.294Z",
    "updatedAt": "2026-03-07T07:49:10.717Z"
  }
]

Messages

[
  {
    "id": "27bcfe6e-4c44-44dc-a903-9d92633726a6",
    "bookingRequestId": "90036495-dd73-4b34-90d9-7e427f796149",
    "direction": "inbound",
    "channel": "web",
    "subject": null,
    "bodyText": "Book a table at Test Restaurant on 2026-03-10 at 19:00 for 2 people. My name is Tri Pham. Restaurant phone: +819050034303",
    "providerId": null,
    "deliveryStatus": "pending",
    "createdAt": "2026-03-07T07:49:02.114Z"
  }
]

Call events

[]