create

abstract fun create(id: String): Conversation

Create a new conversation with the given ID.

Return

a new Conversation instance

Parameters

id

unique identifier for the conversation