RuleActionsArgs

data class RuleActionsArgs(val assignContactCategoryActions: Output<List<RuleAssignContactCategoryActionArgs>>? = null, val createCaseActions: Output<List<RuleCreateCaseActionArgs>>? = null, val endAssociatedTasksActions: Output<List<RuleEndAssociatedTasksActionArgs>>? = null, val eventBridgeActions: Output<List<RuleEventBridgeActionArgs>>? = null, val sendNotificationActions: Output<List<RuleSendNotificationActionArgs>>? = null, val submitAutoEvaluationActions: Output<List<RuleSubmitAutoEvaluationActionArgs>>? = null, val taskActions: Output<List<RuleTaskActionArgs>>? = null, val updateCaseActions: Output<List<RuleUpdateCaseActionArgs>>? = null) : ConvertibleToJava<RuleActionsArgs>

A list of actions to be run when the rule is triggered.

Constructors

Link copied to clipboard
constructor(assignContactCategoryActions: Output<List<RuleAssignContactCategoryActionArgs>>? = null, createCaseActions: Output<List<RuleCreateCaseActionArgs>>? = null, endAssociatedTasksActions: Output<List<RuleEndAssociatedTasksActionArgs>>? = null, eventBridgeActions: Output<List<RuleEventBridgeActionArgs>>? = null, sendNotificationActions: Output<List<RuleSendNotificationActionArgs>>? = null, submitAutoEvaluationActions: Output<List<RuleSubmitAutoEvaluationActionArgs>>? = null, taskActions: Output<List<RuleTaskActionArgs>>? = null, updateCaseActions: Output<List<RuleUpdateCaseActionArgs>>? = null)

Properties

Link copied to clipboard

Information about the contact category action. The syntax can be empty, for example, `{}`.

Link copied to clipboard
Link copied to clipboard

Information about the EV action.

Link copied to clipboard

Information about the send notification action.

Link copied to clipboard
val taskActions: Output<List<RuleTaskActionArgs>>? = null

Information about the task action. This field is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate`

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): RuleActionsArgs