AIAgentMessageFeedbackDeleteParams

class AIAgentMessageFeedbackDeleteParams(val channelUrl: String, val messageId: Long)

Parameters for deleting AI agent message feedback.

Since

4.32.0

Constructors

Link copied to clipboard
constructor(channelUrl: String, messageId: Long)

Properties

Link copied to clipboard

The URL of the channel containing the message.

Link copied to clipboard

The ID of the message to delete feedback from.