AI Showreel consulting-grade analysis, for everyone FR
← The index
Proof C Live confirmed

Trip.com

genAI conversational assistant for planning and booking

IndustryTravel & hospitalityLeverActivation / conversionFamilyConversationImplementationCustom AIStageconsideration
Pattern proven in 7 industries still untouched in Banking, insurance & fintech, Media & entertainment, CPG & D2C +5 See the pattern map
environ +400 pour cent
Volume of orders assisted by TripGenie on Trip.com, year over year
"increased by around 400% year-on-year" S1

In 2026, Trip.com reports that the volume of orders assisted by its conversational agent TripGenie grew about 400 percent in one year, with nearly 60 percent of interactions booking-related.

Objective

Turn the conversational assistant into a booking channel in its own right, taking travelers from the open question (where to go, which hotel) through to payment without leaving the chat thread.

The deployment

TripGenie is the conversational assistant integrated into the Trip.com app and site. The traveler asks a question in natural language, compares hotels, checks baggage or lounge rules, translates a menu, and can book within the conversation. It also accepts image uploads to start a search. In March 2026, Trip.com Group published a reading of three years of usage: interactions lean toward booking (nearly 60 percent), the hotel comparator shortens the journey, and usage differs by market, real-time decisions in Asia's short-haul markets, planning further ahead in Europe and North America.

Results Proof C

environ +400 pour cent
Volume of orders assisted by TripGenie on Trip.com, year over year
"increased by around 400% year-on-year" S1
environ +300 pour cent
Use of core tools (hotel comparator, menu, translation), year over year
"increased by around 300% year-on-year" S1
près de 60 pour cent
Share of interactions that are booking-related
"Nearly 60% of TripGenie interactions are now booking-related" S1
-80 pour cent
Clicks needed for the hotel comparator
"reduces the number of clicks needed by 80%" S1
+45 pour cent
7-day AI revisit rate (hotel comparator)
"a 45% increase in 7-day AI revisit rates" S1

Official Trip.com Group release quantified on three years of usage, echoed consistently by the established travel press (Travel Daily News, Travolution).

How it works

Inferred typical approach

The internal detail is not public. Here is a proven approach that leads to the same result, to adapt to your stack.

confirmation et suivi Voyageur TripGenie (app / web) Modèle génératif + reco Inventaire hôtels / vols/ attractions Tunnel de réservationTrip.com

The stack in detail

  • plateforme TripGenie In-house conversational assistant integrated into the app and site: planning, hotel comparison, baggage/lounge rules, translation, booking, and payment in the thread.
  • llm LLM sous-jacent (custom/in-house) Generative component with vision (image upload) and translation; Trip.com does not publicly name the model(s) used.
  • infra Moteurs de recherche internes hotels, vols et attractions Inventory and prices queried live by the assistant, a condition of its transactional value.

How it runs, concretely

For ops teams
CadenceReal time on each conversation, with periodic re-analysis of usage logs to adjust the journeys.
Operated byTrip.com Group's AI product team, supported by the data teams and the market leads.
  1. 1
    Understanding the request AI

    The traveler writes or uploads an image; the assistant extracts the intent (destination, dates, baggage constraint, hotel comparison).

  2. 2
    Querying the inventory AI / data team

    The assistant calls the internal hotel, flight, and attraction search engines to retrieve live availability and prices.

  3. 3
    Presentation and comparison AI

    It presents compared options and reduces the number of clicks to the choice (hotel comparator).

  4. 4
    Booking in the thread customer

    The traveler confirms and pays without leaving the conversation; the order is recorded as an AI-assisted order.

  5. 5
    Usage analysis data team

    The teams read the logs by market to spot the uses (real-time decision vs upstream planning) and adjust the features.

The signal that drives it

The intent expressed in the conversation, crossed with the live hotel/flight inventory. If the inventory or prices do not surface in real time, the answer loses its transactional value and the assistant becomes a plain answer engine again.

How your customers perceive this type of use

Sourced studies

Les consommateurs n'acceptent pas les chatbots par defaut : 64% prefereraient que les entreprises n'utilisent pas d'IA dans leur service client (Gartner, 2024) et pres d'un utilisateur sur cinq du service client par IA n'en retire aucun benefice (Qualtrics, 2025). L'acceptation se construit sur trois conditions mesurees par Salesforce : savoir qu'on parle a une IA, pouvoir escalader vers un humain, comprendre la logique de l'agent.

64%
Consommateurs qui prefereraient que les entreprises n'utilisent pas d'IA dans leur service client (2024)
53%
Consommateurs qui envisageraient de passer a un concurrent s'ils apprenaient que l'entreprise prevoit d'utiliser l'IA pour le service client (2024)
pres de 75%
Consommateurs qui veulent savoir s'ils communiquent avec un agent IA (2024)

Acceptance conditions

  • Etre informe qu'on parle a une IA et non a un humain (pres de 75% le demandent, Salesforce 2024)
  • Un chemin d'escalade clair vers un agent humain (45% plus enclins a utiliser l'agent IA, Salesforce 2024)
  • Une logique de l'agent clairement expliquee (44% plus enclins, Salesforce 2024)

Red lines

  • Rendre l'humain injoignable : c'est la premiere inquietude des consommateurs sur l'IA dans le service client (Gartner 2024) et 50% craignent que l'IA les coupe du contact humain (Qualtrics 2025)
  • Remplacer le service client par l'IA sans alternative : 53% envisageraient de partir chez un concurrent (Gartner 2024)

Sources: Salesforce 2024 · Gartner 2024 · Qualtrics 2025

See full acceptance: by country, by use, by generation

How to replicate

Inference, not sourced

Data prerequisites

  • product inventory accessible by API in real time
  • conversation logs
  • search history per user

Org prerequisites

  • a dedicated AI product team
  • personalization governance
  • a unit to read usage by market

Possible stack

  • a commercial or open-weights LLM
  • a RAG layer over the inventory
  • an existing recommendation engine
Team to operate1 AI product PM + 3-5 engineers (LLM/RAG, inventory backend) + 1 data analyst to read usage by market.

The plan, step by step

  1. Step 1
    Expose the inventory and prices through a clean, real-time API, a prerequisite for any transactional assistant.Deliverable: A documented, reliable inventory API.
  2. Step 2
    Connect an assistant on a narrow scope (hotel comparison) rather than on the whole catalog.Deliverable: A transactional conversational prototype on the pilot scope.
  3. Step 3
    Integrate booking and payment into the conversation thread, without redirection.Deliverable: A complete booking flow inside the chat.
  4. Step 4
    Instrument usage: AI-assisted orders, 7-day revisit, clicks saved.Deliverable: A usage and conversion dashboard.
  5. Step 5
    Read the logs by market and extend the features (image upload, translation) where usage justifies it.Deliverable: A functional roadmap by market.

First step: Expose the inventory and prices through a clean API, then connect an assistant on a narrow scope (hotel comparison) before widening.

Sources

  1. S1 Three Years of TripGenie: How Travellers Around the World are Using AI Differently Primary prnewswire.com · 2026-03-15 · accessed 2026-07-11 archive pending
  2. S2 Global travel patterns emerge from three years of TripGenie AI usage Established press traveldailynews.com · 2026-03 · accessed 2026-07-11 archive pending
  3. S3 Introducing TripGenie: A Ground-Breaking AI Travel Assistant by Trip.com Interested party trip.com · 2023 · accessed 2026-07-11 archive pending