mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"file_information",
|
|
"directory_location",
|
|
"fields",
|
|
"declarative_metadata_sample_definition"
|
|
],
|
|
"title": "# OmniInteractionConfig - Metadata API",
|
|
"description": "## Description\n\nRepresents configuration settings for Omnistudio.",
|
|
"file_information": "## File Information\n\n- **File Suffix**: `.omniInteractionConfig`\n",
|
|
"directory_location": "## Directory Location\n\n- **Directory Location**: `OmniInteractionConfig`\n",
|
|
"fields_columns": [
|
|
"type",
|
|
"required",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"masterLabel": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "The name of the setting."
|
|
},
|
|
"value": {
|
|
"type": "string",
|
|
"required": true,
|
|
"description": "The value of the setting."
|
|
}
|
|
},
|
|
"declarative_metadata_sample_definition": [
|
|
{
|
|
"description": "The following is an example of an OmniInteractionConfig component.",
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<OmniInteractionConfig xmlns=\"http://soap.sforce.com/2021/10/metadata\">\n <masterLabel>TheFirstInstalledOmniPackage</masterLabel>\n <value>omnistudio</value>\n</OmniInteractionConfig>"
|
|
}
|
|
]
|
|
}
|