mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules"
|
||
|
|
],
|
||
|
|
"title": "GenAiPlannerFunctionDef - Data API",
|
||
|
|
"description": "Represents a relationship between the agent planner service and agent actions. This object is available in API version 60.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description",
|
||
|
|
"relationship_name",
|
||
|
|
"relationship_type",
|
||
|
|
"refers_to"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"PlannerId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "This field is a relationship field.",
|
||
|
|
"relationship_name": "Planner",
|
||
|
|
"relationship_type": "Lookup",
|
||
|
|
"refers_to": "GenAiPlannerDefinition"
|
||
|
|
},
|
||
|
|
"Plugin": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
||
|
|
"description": "A set of actions that contextualize the agent planner service."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "To access this object, Agents must be enabled in your org.\n\nTo access this object, Agents must be enabled in\n your org."
|
||
|
|
}
|