Salesforce · Schema
Input
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| richInput | object |
JSON Schema
{
"type": "object",
"properties": {
"richInput": {
"type": "object",
"properties": {
"subjectId": {
"type": "string",
"example": "500123"
},
"body": {
"type": "object",
"properties": {
"messageSegments": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"text": {
"type": "string",
"example": "example_value"
},
"fileId": {
"type": "string",
"example": "500123"
},
"altText": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type",
"text"
]
}
}
},
"required": [
"messageSegments"
]
},
"capabilities": {
"type": "object",
"properties": {
"files": {
"type": "object",
"properties": {
"items": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"id": {
"type": "object"
}
},
"required": [
"id"
]
}
}
},
"required": [
"items"
]
}
},
"required": [
"files"
]
},
"feedElementType": {
"type": "string",
"example": "example_value"
}
},
"required": [
"subjectId",
"body",
"feedElementType"
]
}
},
"required": [
"richInput"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Input"
}