RoomMessageReviewHandler

data class RoomMessageReviewHandler(val fallbackResult: RoomMessageReviewHandlerFallbackResult? = null, val uri: String? = null)

Configuration information for optional review of messages.

Constructors

Link copied to clipboard
constructor(fallbackResult: RoomMessageReviewHandlerFallbackResult? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the fallback behavior if the handler does not return a valid response, encounters an error, or times out.

Link copied to clipboard
val uri: String? = null

Identifier of the message review handler.