{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "Participant - Data API", "description": "Represents a participant in a ConversationParticipant. An existing or new Participant is referenced each time a new ConversationParticipant is created. This object is available in API version 57.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "ParticipantAppType": { "type": "string", "properties": "Filter, Group, idLookup, Sort", "description": "The type of app used by the participant, such as messaging, chatbot, live_message, agent." }, "ParticipantRole": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The role of this participant in the conversation, such as System, Agent, Chatbot, EndUser, Supervisor, or Router." }, "ParticipantSubject": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The subject of this participant in the conversation." } }, "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Participant ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "ParticipantAppType": { "field_label": "App Type", "type": "string", "length": "255" }, "ParticipantRole": { "field_label": "Role", "type": "string", "length": "36" }, "ParticipantSubject": { "field_label": "Subject", "type": "string", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }