AgentInfo

class AgentInfo

Information about the agent who accepted the contact.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Agent pause duration for a contact in seconds.

Link copied to clipboard

The timestamp when the contact was connected to the agent.

Link copied to clipboard
val id: String?

The identifier of the agent who accepted the contact.

Functions

Link copied to clipboard
inline fun copy(block: AgentInfo.Builder.() -> Unit = {}): AgentInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String