//core/com.kustomer.core.listeners/KusChatListener/onAgentJoined
[androidJvm]
abstract fun onAgentJoined(conversationId: String, agent: KusUser)
Called when an agent responds to a conversation for the first time
Note: This event is not called when an agent is assigned to a conversation. It will be called only when the agent responds with a message
androidJvm
com.kustomer.core.models.chat.KusUser |
androidJvm
conversationId | The ID of the conversation for which the agent joint event is received |
agent | KusUser object containing the agent’s information |