AIAgentMessageFeedbackUpdateParams

class AIAgentMessageFeedbackUpdateParams(val channelUrl: String, val messageId: Long, val rating: AIAgentMessageFeedbackRating, val comment: String?)

Parameters for updating AI agent message feedback.

Since

4.32.0

Constructors

Link copied to clipboard
constructor(channelUrl: String, messageId: Long, rating: AIAgentMessageFeedbackRating, comment: String?)

Properties

Link copied to clipboard

The URL of the channel containing the message.

Link copied to clipboard

An optional comment providing additional feedback.

Link copied to clipboard

The ID of the message to provide feedback on.

Link copied to clipboard

The rating given to the message.