Fetch AI reply suggestion for reviews
The AI reply suggestion is a service that generates a response to a review based on the review content.
⚠️ This feature provides reply SUGGESTIONS, NOT AUTOMATIC REPLIES. It is NOT designed for fully automating conversations. Similar to the app, a human reviewer is expected to validate the suggestion before selecting it in order to use reply to a review endpoint ⚠️How does the AI reply suggestion work?
- First, call the Fetch AI reply suggestion service.
- Then retrieve the values and store them on the caller’s side. It is possible to request up to 3 suggestions per reply,
and after that, it’s no longer possible; the suggestions are retained once they’re made, and that they can be found at the
index(0, 1, or 2) of the parameters - Finally, use the suggestion ID and pass it to
reply_suggestionrequest body when calling the reply to a review service to link the response to the suggestion.
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Path Parameters
ID of the review for which we want an AI suggestion
34
Index of the reply suggestion (0, 1, or 2)
0 <= x <= 2Response
OK
Review's reply suggestion
Reply suggestion id
820459
Index of the reply suggestion
1
Review id
34
The content of the reply suggestion
"Dear Client, thanks for your kind feedback."
Report details if the suggestion was reported (can be null)