type
Description
The type of the task.
Type: string, one of the following:
| Value | Description |
|---|---|
|
TYPE_A2ACHAT |
The A2AChat type. |
|
TYPE_CHAT |
The chat type. |
|
TYPE_CTI |
The CTI type. |
|
TYPE_EMAIL |
The email type. |
|
TYPE_GENERIC |
The generic type. |
Example
The TYPE_* fields are global fields, which may be accessed without instantiating an object. They are accessed as shown in this example:
Task.TYPE_GENERIC = "GENERIC";
Related Topics