API Reference

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

Sample request:

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

Sample response:

{
  "followupSuggestions": [
    "Follow up question 1",
    "Follow up question 2",
    "Follow up question 3",
  ]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!