v1

latestOpenAPI 3.0.32026-07-1471019.9 KB
API: Message Metadata

Generate followup questions

This method generates a list of followup questions based on the last message and the conversation context.

post/chat/message/followup-suggestions

Request body

messageIdstring uuid required

Example request

{
  "messageId": "16763be4-6022-406e-a950-fcd5018633ca"
}

Response

A successful response with a list of generated suggested followup questions.

followupSuggestionsstring[]