RuleTaskAction

data class RuleTaskAction(val contactFlowArn: String, val description: String? = null, val name: String, val references: Map<String, RuleReference>? = null)

The definition of task action.

Constructors

Link copied to clipboard
constructor(contactFlowArn: String, description: String? = null, name: String, references: Map<String, RuleReference>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the contact flow.

Link copied to clipboard
val description: String? = null

The description which appears in the agent's Contact Control Panel (CCP).

Link copied to clipboard

The name which appears in the agent's Contact Control Panel (CCP).

Link copied to clipboard

A formatted URL that is shown to an agent in the Contact Control Panel (CCP).