get_vehicle_booking_link
Retrieve a booking link or in-conversation instructions for a specific vehicle based on your authentication status, using search results and trip details.
Instructions
Get a Gondola.ai deep link for a specific vehicle from search results.
Authenticated users get instructions to book in-conversation with book_vehicle plus the
web link as a fallback; anonymous users get the web link directly.
Args:
search_id: Search ID from search_vehicles.
vendor_code: Vendor code from search results.
rate_code: Rate code of the selected vehicle.
pickup_datetime: Pickup date and time in ISO format.
dropoff_datetime: Drop-off date and time in ISO format.
Returns:
Booking instructions tailored to the user's auth status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate_code | Yes | ||
| search_id | Yes | ||
| vendor_code | Yes | ||
| pickup_datetime | Yes | ||
| dropoff_datetime | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |