retryEntry

abstract suspend fun retryEntry(conversationEntry: ConversationEntry): Result<ConversationEntry>

Deprecated

No longer supported. Use retry method on the Conversation Client instead.

Re-sends a conversation entry.

Return

The Result when attempting to re-send the message. Result.Success.data returns the sent message.

Parameters

conversationEntry

The conversation entry.