Class ChatterTypes
enum
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Type of chat message sender
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
ChatterTypes.Agent
Message has been sent by an agent
|
| <static> |
ChatterTypes.NaturalLangage
Automatic message from NaturalLangage
|
| <static> |
ChatterTypes.Predictive
Message has been sent automaticaly by Predictive
|
| <static> |
ChatterTypes.Supervisor
Message has been sent by a supervisor
|
| <static> |
ChatterTypes.System
Automatic message
|
| <static> |
ChatterTypes.Web
Message has been sent by a websurfer
|
Field Detail
<static>
ChatterTypes.Agent
Message has been sent by an agent
<static>
ChatterTypes.NaturalLangage
Automatic message from NaturalLangage
<static>
ChatterTypes.Predictive
Message has been sent automaticaly by Predictive
<static>
ChatterTypes.Supervisor
Message has been sent by a supervisor
<static>
ChatterTypes.System
Automatic message
<static>
ChatterTypes.Web
Message has been sent by a websurfer