sendCancel

abstract suspend fun sendCancel(entry: ConversationEntry): Result<ConversationEntry>

Sends a cancel action referencing a conversation entry.

Return

A Result containing the ConversationEntry if successful, or an error if not.

Parameters

entry

The conversation entry which is used to provide the unique identifier for the cancel action.