Conversation Billing Outcome DMO
Holds all data for resolution-based billing, including unresolved conversations for which the customer hasn’t been billed. Customers can use this object to understand if they were billed for a resolution (based on feedback and escalation rules) as well as join this object with Conversation objects (within the provided Resolution window) to fetch additional details.
Object API Name: std__ConversationBillingOutcomeDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: ConversationBillingOutcomeId
- ConversationId has a FOREIGNKEY relationship with the Conversation DMO
Idfield. - EngagementChannelTypeId has a FOREIGNKEY relationship with the Engagement Channel Type DMO
Idfield.
- AgentFeedbackText
- BillingOutcomeDateTime
- BillingOutcomeText
- BillingWindowEndDateTime
- BillingWindowStartDateTime
- cdp_sys_record_currency
- ChannelTypeCode
- ConversationBillingOutcomeId
- ConversationId
- DataSourceId
- DataSourceObjectId
- EndUserFeedbackText
- EngagementChannelTypeId
- InternalOrganizationId
- IsEscalated
- OutcomeCount
- Field API Name:
std__AgentFeedbackText__c - Data Type: TEXT
- Description: The last feedback provided by the user, prompted via Agent Script.
- Field API Name:
std__BillingOutcomeDateTime__c - Data Type: DATETIME
- Description: The timestamp when the Billing Session is processed.
- Field API Name:
std__BillingOutcomeText__c - Data Type: TEXT
- Description: The final outcome of the conversation. Possible values are ABANDONED, RESOLVED, or NOT_RESOLVED.
- Field API Name:
std__BillingWindowEndDateTime__c - Data Type: DATETIME
- Description: The End time of the Billing Session.
- Field API Name:
std__BillingWindowStartDateTime__c - Data Type: DATETIME
- Description: The Start time of the Billing Session.
- 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__ChannelTypeCode__c - Data Type: TEXT
- Description: The channel over which this conversation took place.
- Field API Name:
std__ConversationBillingOutcomeId__c - Data Type: TEXT
- Description: Unique identifier for the conversation billing outcome.
- Field API Name:
std__ConversationId__c - Data Type: TEXT
- Description: The Conversation Id (from Conversation Service) that this session is a part of.
- 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__EndUserFeedbackText__c - Data Type: TEXT
- Description: The last feedback provided by the user e.g. Thumbs Up/Thumbs Down vote.
- Field API Name:
std__EngagementChannelTypeId__c - Data Type: TEXT
- Description: A reference to EngagementChannelType referencing the channel over which this conversation took place.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsEscalated__c - Data Type: BOOLEAN
- Description: If the Session was escalated.
- Field API Name:
std__OutcomeCount__c - Data Type: DOUBLE
- Description: Represents the outcome count. For text conversations it will always be 1, but for voice or video call conversations it could be greater than 1.