AssignmentReallocationPlanAction
Creates a plan to reallocate assignments from a request provided by the user. This action is not supported for Salesforce Flow.
| Property | Value |
| Label | Create Plan for Assignment Reallocation |
| Category | Resource Management |
| Since | Summer 2025 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | No |
| Async Action | No |
| Keywords | reallocation, reassign, assignment plan, resource change |
Request Parameters
| Field | Type | Label | Description | Required |
utterance | String | Utterance | The request provided by the user that the plan is created from. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
smartActionPlanId | Id | Smart Action Plan ID | The ID of the smart action plan record that relates to the request. | No |
smartActionPlanSummary | String | Smart Action Plan Summary | The summary of the smart action plan. | No |
presentationData | String | Data Rendering | A JSON string that represents how data is rendered for the user. | No |
errorDetails | String | Error Details | Details of any errors creating the plan, if any arise. | No |
|