Chats v2

Generate three suggested user responses based on chat history (Premium only)

get/v2/chats/{id}/suggestions

Path parameters

idstring required

Response

Successfully generated three suggested responses

suggestionsstring[] required

Array of three suggested answers

Example response

{
  "suggestions": [
    "That sounds amazing!",
    "Tell me more about it",
    "I love that idea"
  ]
}

Changes

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