Ai Agent Session Participant DMO

Object API Name: std__AiAgentSessionParticipantDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id

  • IndividualId has a FOREIGNKEY relationship with the Individual DMO Id field.
  • AiAgentSessionId has a FOREIGNKEY relationship with the Ai Agent Session DMO Id field.
  • ConversationId has a FOREIGNKEY relationship with the Conversation DMO Id field.
  • ParticipantUserId has a FOREIGNKEY relationship with the User DMO Id field.
  • Field API Name: std__AiAgentApiName__c
  • Data Type: TEXT
  • Description: The API name of the AI agent. This field is populated only if the participant is an AI agent.
  • Field API Name: std__AiAgentSessionId__c
  • Data Type: TEXT
  • Description: The ID of the specific AI Agent Session this participant is involved in.
  • Field API Name: std__AiAgentSessionParticipantRole__c
  • Data Type: TEXT
  • Description: The role of the participant within the session, for example, Owner or Observer.
  • Field API Name: std__AiAgentTemplateApiName__c
  • Data Type: TEXT
  • Description: The template that was used to create the agent.
  • Field API Name: std__AiAgentType__c
  • Data Type: TEXT
  • Description: The type of the AI Agent. Valid values include Employee, EinsteinSDR, and EinsteinServiceAgent.
  • Field API Name: std__AiAgentVersionApiName__c
  • Data Type: TEXT
  • Description: The API name of the AI agent version. This field is populated only if the participant is an AI agent.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__ConversationId__c
  • Data Type: TEXT
  • Description: Optional foreign-key relationship with the Conversation Entity.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__EndTimestamp__c
  • Data Type: DATETIME
  • Description: The timestamp when the participant left or stopped interacting in the session.
  • Field API Name: std__ExternalSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for the AiAgentSessionParticipant record. Maximum size is 15 characters.
  • Field API Name: std__IndividualId__c
  • Data Type: TEXT
  • Description: The ID of an Individual record that represents the participant. This field is populated only if the type of the participant record's Data Model Object (DMO) is Individual.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__ParticipantAttributeText__c
  • Data Type: TEXT
  • Description: JSON key-value pairs for additional metadata or attributes of the participant specific to this session.
  • Field API Name: std__ParticipantId__c
  • Data Type: TEXT
  • Description: The ID of the record for the participant involved in the session.
  • Field API Name: std__ParticipantObject__c
  • Data Type: TEXT
  • Description: The name of the Data Model Object (DMO) the Participant record belongs to, for example, Individual.
  • Field API Name: std__ParticipantUserId__c
  • Data Type: TEXT
  • Description: Reference to the User record that represents the participant. Populated only if the participant record's DMO type is User.
  • Field API Name: std__StartTimestamp__c
  • Data Type: DATETIME
  • Description: The timestamp when the participant joined the session.