AgentforceMode
AgentforceMode
sealed class AgentforceMode
Configuration options for AgentforceClient initialization.
Types
EmployeeAgent
data class EmployeeAgent(
val employeeAgentConfiguration: EmployeeAgentConfiguration,
val agentforceConfiguration: AgentforceConfiguration? = null
) : AgentforceModeServiceAgent
data class ServiceAgent(
val serviceAgentConfiguration: ServiceAgentConfiguration,
val agentforceConfiguration: AgentforceConfiguration? = null
) : AgentforceModeFullConfig
data class FullConfig(
val agentforceConfiguration: AgentforceConfiguration
) : AgentforceMode