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
Example request
{
"entry_context": {
"value": {
"hotel": {
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
}
}
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.