Skip to main content

Submit feedback for an agent message.

POST 

/api/v2/Agent/:agentCode/conversation/:conversationId/message/:agentMessageId/feedback

Submit feedback for an agent message.

Request

Path Parameters

    agentCode stringrequired
    conversationId uuidrequired
    agentMessageId uuidrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    feedback booleanrequired

    Boolean feedback indicating positive (true) or negative (false) rating for the agent message

Responses

Success

Loading...