AgentforceMode

sealed class AgentforceMode

Configuration options for AgentforceClient initialization.

Types 

EmployeeAgent 

data class EmployeeAgent(
    val employeeAgentConfiguration: EmployeeAgentConfiguration,
    val agentforceConfiguration: AgentforceConfiguration? = null
) : AgentforceMode

ServiceAgent 

data class ServiceAgent(
    val serviceAgentConfiguration: ServiceAgentConfiguration,
    val agentforceConfiguration: AgentforceConfiguration? = null
) : AgentforceMode

FullConfig 

data class FullConfig(
    val agentforceConfiguration: AgentforceConfiguration
) : AgentforceMode

Related Documentation