Conversation Message Feedbacks
Create or update existing conversation message feedback. The response includes the conversation message feedback.
Authorizations
Agent-Secret-KeystringRequired
Custom authentication header
Body
conversationMessageIdstring · uuidRequiredExample:
Unique identifier for the conversation message.
123e4567-e89b-12d3-a456-426614174000userIdstring · uuidRequiredExample:
Unique identifier for the user.
123e4567-e89b-12d3-a456-426614174000voteTypestring · enumRequiredExample:
Feedback vote type. Up if feedback is positive
upPossible values: questionstringRequired
Your question.
answerstringOptional
Agent answer.
commentstringOptionalExample:
Comment for your feedback.
Awesome :)Responses
201
Conversation message feedback successfully created or updated.
application/json
403
Invalid API key or secret key. Ensure that you are using a valid authentication key.
application/json
500
Unexpected error occurred while processing the request. Please try again later.
application/json
post
/external/conversation-message-feedbacksLast updated

