Ai Agent Session DMO
Object API Name: std__AiAgentSessionDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- RelatedVoiceCallId has a FOREIGNKEY relationship with the Voice Call DMO
Idfield. - IndividualId has a FOREIGNKEY relationship with the Individual DMO
Idfield. - PreviousSessionId has a FOREIGNKEY relationship with the Ai Agent Session DMO
Idfield. - ConversationId has a FOREIGNKEY relationship with the Conversation DMO
Idfield. - OwnerUserId has a FOREIGNKEY relationship with the User DMO
Idfield.
- AiAgentChannelType
- AiAgentSessionEndType
- cdp_sys_record_currency
- ConversationId
- DataSourceId
- DataSourceObjectId
- EndTimestamp
- ExternalSourceId
- Id
- IndividualId
- InternalOrganizationId
- OwnerUserId
- PreviousSessionId
- RelatedMessagingSessionId
- RelatedVoiceCallId
- SessionOwnerId
- SessionOwnerObject
- StartTimestamp
- VariableText
- Field API Name:
std__AiAgentChannelType__c - Data Type: TEXT
- Description: The type of the communication channel through which the session was initiated.
- Field API Name:
std__AiAgentSessionEndType__c - Data Type: TEXT
- Description: The reason the session ended. Possible values are resolved, escalated, deflected, and other.
- 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 session concluded or timed out.
- 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 AiAgentSession record. Maximum size is 15 characters.
- Field API Name:
std__IndividualId__c - Data Type: TEXT
- Description: The ID of the Individual record for the session owner participant. This field is populated only if the type of the Session Owner Object is Individual.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__OwnerUserId__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__PreviousSessionId__c - Data Type: TEXT
- Description: The ID of the previous AI agent session in a multi-agent scenario.
- Field API Name:
std__RelatedMessagingSessionId__c - Data Type: TEXT
- Description: An ID that links the AI agent session to the messaging session from which it was initiated.
- Field API Name:
std__RelatedVoiceCallId__c - Data Type: TEXT
- Description: An ID that links the session to the voice call from which it was initiated.
- Field API Name:
std__SessionOwnerId__c - Data Type: TEXT
- Description: The ID of the record of the participant who initiated the session.
- Field API Name:
std__SessionOwnerObject__c - Data Type: TEXT
- Description: The name of the Data Model Object (DMO) the Session Owner record belongs to, for example, Individual.
- Field API Name:
std__StartTimestamp__c - Data Type: DATETIME
- Description: The timestamp when the session was initiated.
- Field API Name:
std__VariableText__c - Data Type: TEXT
- Description: JSON key-value pairs for contextual session data used by agents during interactions.