RuleAction

Information about the action to be performed when a rule is triggered.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of action that creates a rule.

Link copied to clipboard

Information about the contact category action.

Link copied to clipboard

Information about the create case action.

Link copied to clipboard

Information about the end associated tasks action.

Link copied to clipboard

Information about the EventBridge action.

Link copied to clipboard

Information about the send notification action.

Link copied to clipboard

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

Link copied to clipboard

Information about the update case action.

Functions

Link copied to clipboard
inline fun copy(block: RuleAction.Builder.() -> Unit = {}): RuleAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String