modify

Modifies the given message to have the given updated values.

Return

The modified message

Parameters

message

The message to modify

request

The values to update the message with


abstract fun modify(messageId: String, request: ModifyThreadMessageRequest): ThreadMessage

Modifies the message with the given id to have the given updated values.

Return

The modified message

Parameters

messageId

The id of the message to modify

request

The values to update the message with