Union type of all actionable commands.
Actionable commands are shown to the user as clickable buttons or links, typically after an agent completes work. They provide easy navigation to created/modified resources or external links.
{ "actionableCommands": [ { "type": "open:resource", "label": "Open Customer Record", "icon": "fa-user", "resourceType": "Record", "resourceId": "abc-123", "mode": "view" } ]} Copy
{ "actionableCommands": [ { "type": "open:resource", "label": "Open Customer Record", "icon": "fa-user", "resourceType": "Record", "resourceId": "abc-123", "mode": "view" } ]}
Union type of all actionable commands.
Actionable commands are shown to the user as clickable buttons or links, typically after an agent completes work. They provide easy navigation to created/modified resources or external links.