Android Configuration Overview
Configuration classes and patterns for the Agentforce Android SDK.
- AgentforceMode - Agent type configuration
- AgentforceConfiguration - Main configuration class
- EmployeeAgentConfiguration - Employee agent settings
- ServiceAgentConfiguration - Service agent settings
- AgentforceClient - Client initialization
- AgentforceConversation - Conversation management
- AgentforceContextManager - Context management
- Choose Agent Type: Select between EmployeeAgent, ServiceAgent, or FullConfig
- Configure Settings: Set up authentication, UI preferences, and feature flags
- Initialize Client: Create and configure the AgentforceClient
- Start Conversation: Begin user interactions with the configured agent
- Authentication: See Authentication Overview for credential setup
- UI Components: See Android UI Components for interface building
- Integration: See Android Development for architecture patterns