Android Data Models Overview
Data structures and models for the Agentforce Android SDK.
- AgentforceMessage - Message structure and handling
- AgentforceAttachment - File attachment support
- Content: Message text content and formatting
- Metadata: Timestamps, sender information, and message state
- Formatting: Rich text support and markdown rendering
- File Types: Support for images, documents, and media files
- Upload: File upload and processing
- Display: Attachment rendering in UI components
- User Input: Capture user input through UI components
- Message Construction: Create AgentforceMessage objects
- Validation: Validate message content and attachments
- Transmission: Send messages through the SDK
- Reception: Receive messages from the agent
- Parsing: Parse message content and attachments
- Rendering: Display messages in UI components
- State Management: Update conversation state
- UI Components: See Android UI Components for message display
- Configuration: See Configuration Overview for setup
- Integration: See Android Development for architecture patterns