Ai Agent Interaction Step DMO

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

  • Field API Name: std__AiAgentInteractionId__c
  • Data Type: TEXT
  • Description: The ID of the interaction this step belongs to.
  • Field API Name: std__AiAgentInteractionStepType__c
  • Data Type: TEXT
  • Description: The category of the step type. Possible values include UserInputStep, LLMExecutionStep, and FunctionStep.
  • Field API Name: std__AttributeText__c
  • Data Type: TEXT
  • Description: JSON key-value pairs that store additional metadata or properties of the step.
  • 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 execution of the step completed.
  • Field API Name: std__ErrorMessageText__c
  • Data Type: TEXT
  • Description: Error details for the step if step execution encountered issues or exceptions.
  • Field API Name: std__ExternalSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__GenAiGatewayRequestId__c
  • Data Type: TEXT
  • Description: The ID of a GenAiGatewayRequest record if the step involved making an LLM generation request.
  • Field API Name: std__GenAiGatewayResponseId__c
  • Data Type: TEXT
  • Description: The ID of a GenAiGatewayResponse record if the step involved making an LLM generation request.
  • Field API Name: std__GenerationId__c
  • Data Type: TEXT
  • Description: The ID of a GenAiGeneration record if the step involved making an LLM generation request.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for the AiAgentInteractionStep record. Maximum size is 15 characters.
  • Field API Name: std__InputValueText__c
  • Data Type: TEXT
  • Description: The input data provided to the step.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__NameInterfaceField__c
  • Data Type: TEXT
  • Description: Name of this record.
  • Field API Name: std__OutputValueText__c
  • Data Type: TEXT
  • Description: The output data of the step's execution.
  • Field API Name: std__ParticipantIndividualId__c
  • Data Type: TEXT
  • Description: Reference to the Individual record that represents the participant. Populated only if the participant record's DMO type is 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__PostStepVariableText__c
  • Data Type: TEXT
  • Description: The state of relavant variables after step execution finishes.
  • Field API Name: std__PreStepVariableText__c
  • Data Type: TEXT
  • Description: The state of relevant variables before step execution begins.
  • Field API Name: std__PrevStepId__c
  • Data Type: TEXT
  • Description: The ID of the previous step. The ID enables sequencing or chaining of steps.
  • Field API Name: std__SessionId__c
  • Data Type: TEXT
  • Description: Reference to the specific AiAgentSession in which this step is involved.
  • Field API Name: std__StartTimestamp__c
  • Data Type: DATETIME
  • Description: The timestamp when execution of the the step started.
  • Field API Name: std__TelemetryTraceSpanId__c
  • Data Type: TEXT
  • Description: The ID used for distributed tracing to place the step within a broader tracing context.