A list of hotel booking mentioned in the conversation with the following properties:

  • checkin_date (str): The checkin date of the hotel booking
  • checkout_date (str): The checkout date of the hotel booking
  • number_of_adults (int): The number of adults in the hotel booking
  • number_of_children (int): The number of children in the hotel booking
  • number_of_babies (int): The number of babies in the hotel booking
  • number_of_baby_bed_needed (int): The number of baby bed needed in the hotel booking
  • number_of_pets (int): The number of pets in the hotel booking
  • hotel_name (str): The name of the hotel in the hotel booking
  • location (str): The location of the hotel in the hotel booking
  • room_type (str): The room type of the hotel in the hotel booking
  • room_number (str): The room number of the hotel in the hotel booking
  • room_price (float): The room price of the hotel in the hotel booking in the original currency
  • room_price_currency (Currency): The room price currency of the hotel in the hotel booking
  • room_service (List[str]): The room service of the hotel in the hotel booking
  • breakfast_needed (bool): The breakfast needed in the hotel booking
  • lunch_needed (bool): The lunch needed in the hotel booking
  • dinner_needed (bool): The dinner needed in the hotel booking
  • wifi_needed (bool): The wifi needed in the hotel booking
  • gym_needed (bool): The gym needed in the hotel booking
  • pool_needed (bool): The pool needed in the hotel booking
  • spa_needed (bool): The spa needed in the hotel booking
  • parking_needed (bool): The parking needed in the hotel booking
  • airport_shuttle_needed (bool): The airport shuttle needed in the hotel booking
  • checkin_time (str): The checkin time of the hotel booking
  • checkout_time (str): The checkout time of the hotel booking
result
{
  "hotel_bookings": [
    {
      "checkin_date": "str",
      "checkout_date": "str",
      "number_of_adults": 1,
      "number_of_children": 1,
      "number_of_babies": 1,
      "number_of_baby_bed_needed": 1,
      "number_of_pets": 1,
      "hotel_name": "str",
      "location": "str",
      "room_type": "str",
      "room_number": "str",
      "room_price": 1.0,
      "room_price_currency": "Currency(ENUM)",
      "room_service": [
        "str"
      ],
      "breakfast_needed": true,
      "lunch_needed": true,
      "dinner_needed": true,
      "wifi_needed": true,
      "gym_needed": true,
      "pool_needed": true,
      "spa_needed": true,
      "parking_needed": true,
      "airport_shuttle_needed": true,
      "checkin_time": "str",
      "checkout_time": "str"
    }
  ]
}

Currency (Enum)

  • AED
  • AFN
  • ALL
  • AMD
  • ANG
  • AOA
  • ARS
  • AUD
  • AWG
  • AZN
  • BAM
  • BBD
  • BDT
  • BGN
  • BHD
  • BIF
  • BMD
  • BND
  • BOB
  • BRL
  • BSD
  • BTC
  • BTN
  • BWP
  • BYN
  • BZD
  • CAD
  • CDF
  • CHF
  • CLP
  • CNY
  • COP
  • CRC
  • CUP
  • CVE
  • CZK
  • DJF
  • DKK
  • DOP
  • DZD
  • EGP
  • ERN
  • ETB
  • EUR
  • FJD
  • FKP
  • GBP
  • GEL
  • GHS
  • GIP
  • GMD
  • GNF
  • GTQ
  • GYD
  • HKD
  • HNL
  • HTG
  • HUF
  • IDR
  • ILS
  • INR
  • IQD
  • IRR
  • ISK
  • JMD
  • JOD
  • JPY
  • KES
  • KGS
  • KHR
  • KMF
  • KPW
  • KRW
  • KWD
  • KYD
  • KZT
  • LAK
  • LBP
  • LKR
  • LRD
  • LSL
  • LYD
  • MAD
  • MDL
  • MGA
  • MKD
  • MMK
  • MNT
  • MOP
  • MRU
  • MUR
  • MVR
  • MWK
  • MXN
  • MYR
  • MZN
  • NAD
  • NGN
  • NIO
  • NOK
  • NPR
  • NZD
  • OMR
  • PAB
  • PEN
  • PGK
  • PHP
  • PKR
  • PLN
  • PYG
  • QAR
  • RON
  • RSD
  • RUB
  • RWF
  • SAR
  • SBD
  • SCR
  • SDG
  • SEK
  • SGD
  • SHP
  • SLE
  • SOS
  • SRD
  • SSP
  • STN
  • SYP
  • SZL
  • THB
  • TJS
  • TMT
  • TND
  • TOP
  • TRY
  • TTD
  • TWD
  • TZS
  • UAH
  • UGX
  • USD
  • UYU
  • UZS
  • VED
  • VES
  • VND
  • VUV
  • WST
  • XAF
  • XCD
  • XOF
  • XPF
  • YER
  • ZAR
  • ZMW

Was this page helpful?