Android Data Models Overview

Data structures and models for the Agentforce Android SDK.

  • 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
  1. User Input: Capture user input through UI components
  2. Message Construction: Create AgentforceMessage objects
  3. Validation: Validate message content and attachments
  4. Transmission: Send messages through the SDK
  1. Reception: Receive messages from the agent
  2. Parsing: Parse message content and attachments
  3. Rendering: Display messages in UI components
  4. State Management: Update conversation state