retryEntry
Re-sends a conversation entry.
Return
The Result when attempting to re-send the message. Result.Success.data returns the sent message.
Parameters
The conversation entry.
The remote configuration object, which contains pre-chat fields.
Re-sends a conversation entry.
Return
The Result when attempting to re-send the message. Result.Success.data returns the sent message.
Parameters
The conversation entry.
Deprecated
Deprecated. Use retryEntry(conversationEntry: ConversationEntry, remoteConfiguration: RemoteConfiguration ): Result<ConversationEntry API instead.
Re-sends a conversation entry.
Return
The Result when attempting to re-send the message. Result.Success.data returns the sent message.
Parameters
The conversation entry.
A List of PreChatField objects. Default is an empty list.
A List of PreChatField objects that are not visible to the user. Default is an empty list.