conversational

Send Message

Send a follow-up message to an existing trip.

post/conv/trips/{trip_id}/messages

Path parameters

trip_idstring required

Request body

messagestring nullable
turn_idstring nullable
supports_pending_flight_guideboolean

Client handles pending Flight Guide frames and same-frame recovery.

Example request

{
  "entry_context": {
    "value": {
      "hotel": {
        "guests": {
          "rooms": [
            {
              "adults": 2,
              "children": [
                {
                  "age": 5
                }
              ]
            }
          ]
        }
      }
    }
  }
}

Response

Successful Response

responsestring required
trip_idstring nullable required
session_idstring required
navigate_to_tripstring nullable
trip_factsobject nullable
statsobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.