CreateAgentTaskRequest
Create a new task by sending the first event in the conversation.
Properties
- The message content
- ↳
contentstring requiredThe exact natural language instruction from the user. - Entities to add or remove from the agent.
- Slash Commands the user selected when creating their message.
- ↳
timestampstring requiredWhen the event occurred. - ↳
typestring required approvalModeenum optionalOptional approval mode override for this task. If omitted, org default is used.Values:manual,auto,balancedplanModeboolean optionalWhether to enable plan mode for this task.permissionModeenum optionalControls the permission scope for the task. When omitted, defaults to ‘default’ (the agent uses the creating user’s full permissions).Values:default,read-onlytoolExecutionModeenum optionalWhere tools should be executed. Defaults to ‘cloud’ if omitted.Values:cloud,cli- Optional list of integrations to enable for this task. Semantics: omitted/null → inherit all org-enabled integrations; empty list → explicit opt-out (no integration credentials for this task); populated list → whitelist of specific integrations by ID. Modeled as an object array rather than a bare string array so multi-instance support (instance_name, scope, etc.) can be added later without a wire break.
- ↳
idstring requiredThe catalog integration ID (e.g. ‘honeycomb’, ‘datadog’).
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.