interface PostFeedback {
    comment?: AdditionalComment;
    rating?: number;
    requestIdOrKey: string;
    type?: string;
}

Hierarchy (view full)

Properties

rating?: number

A numeric representation of the rating, this must be an integer value between 1 and 5.

requestIdOrKey: string

The id or the key of the request to post the feedback on

type?: string

Indicates the type of feedback, supported values: csat.