createConversation
abstract suspend fun createConversation(remoteConfiguration: RemoteConfiguration? = null): Result<Conversation>
Creates a conversation.
Return
The Result of the call to create conversation. Result.Success.Data returns the conversation.
Parameters
remoteConfiguration
A RemoteConfiguration object for routing data.