Chat Messages

Get Next Suggested Questions

Available for: Chatflow, Agent, Chatbot, Legacy Agent apps.

Returns the follow-up questions suggested for a message.

get/messages/{message_id}/suggested

Path parameters

message_idstring uuid required

ID of the message to get suggestions for. Get it from a chat response or List Conversation Messages.

Query parameters

userstring required

End-user identifier, defined by your app and unique within it. See End User Identity.

Response

Successfully retrieved suggested questions.

resultstring

Result status.

datastring[]

List of suggested questions.

Changes

Changed in 1 of the 10 revisions of this API.1

    • for the path request parameter message_id, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed