Salesforce · Schema
Getconversationentries
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| conversationEntries | array |
JSON Schema
{
"type": "object",
"properties": {
"conversationEntries": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"clientDuration": {
"type": "integer",
"example": 10
},
"clientTimestamp": {
"type": "integer",
"example": 10
},
"identifier": {
"type": "string",
"example": "example_value"
},
"messageText": {
"type": "string",
"example": "example_value"
},
"relatedRecords": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"sender": {
"type": "object",
"properties": {
"appType": {
"type": "string",
"example": "example_value"
},
"role": {
"type": "string",
"example": "example_value"
},
"subject": {
"type": "string",
"example": "example_value"
}
},
"required": [
"appType",
"role",
"subject"
]
},
"serverReceivedTimestamp": {
"type": "integer",
"example": 10
}
},
"required": [
"clientDuration",
"clientTimestamp",
"identifier",
"messageText",
"relatedRecords",
"sender",
"serverReceivedTimestamp"
]
}
}
},
"required": [
"conversationEntries"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Getconversationentries"
}