PhoneContactsResult

Represents the result when getting a list of phone contacts.

Constructor

new PhoneContactsResult(param)

Functions Where Used

Parameters

Field Details
param
Type
object
Description
The phone contacts result.
param.contacts
Type
Array<Contact>
Description
A list of contacts.
param.contactTypes
Type
Array of strings
Description
A list of contact types. Possible values:
  • PhoneBook

  • Queue

  • PhoneNumber

  • Agent

  • Flow