ContactsResult
Represents the result when getting a list of Messaging or phone contacts.
new ContactsResult(param)
| Field | Type | Description |
|---|---|---|
| param | object | The contacts result. |
| param.contacts | Array.<Contact> | A list of contacts. |
| param.contactTypes | Array of strings | A list of contact types. Possible values: PhoneBook, Queue, PhoneNumber, Agent, Flow. |