POST api/feedback

Feedback by User

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
SessionId

Session Id

string

None.

AIMessageId

AI Message Id

globally unique identifier

None.

Comment

Comment

string

None.

Like

// 1 - Like, 0 - Dislike, null - No feedback

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sessionId": "sample string 1",
  "aiMessageId": "5120fc4b-b335-4160-b8be-4caacd36dd71",
  "comment": "sample string 2",
  "like": 1
}

Response Information

Response Formats

application/json, text/json

Sample:
true