| Class | Description |
| CallInfo | Instances of the ChatInfo class contain information about one chat. |
| CallsResult | A CallsResult instance contains an array
of CallInfo instances. |
| ChatInfo | Instances of the ChatInfo class contain information about one chat. |
| ChatMessageInfo | Instances of the ChatMessageInfo class contain information about one chat message.
A chat message belongs to a single chat, identified by the chatID property. |
| ChatMessagesResult | An instance of the ChatMessagesResult class is
returned by a call to
getChatMessages
. |
| ChatsResult | A ChatsResult instance contains an array
of ChatInfo instances. |
| ContactInfo | A ContactInfo instance contains information about one contact. |
| ContactResult | A ContactResult instance contains an ID that identifies one contact. |
| ContactsResult | A ContactsResult instance contains an
array of ContactInfo instances. |
| ConversionInfo | A ConversionInfo instance contains information
about one conversion. A conversion belongs to a single folder. |
| ConversionsResult | The ConversionsResult class encapsulates
an array of conversions. Instances of this class are
returned by conversion queries. |
| EmailInfo | A EmailInfo instance contains information about
one email message. An email belongs to a single email thread. |
| EmailThreadInfo | An EmailThreadInfo instance contains
information about one email thread. An email thread
belongs to a single folder at any given time. |
| EmailThreadsResult | The EmailThreadsResult class encapsulates
an array of email threads. Instances of this class are
returned by service query methods. |
| EmailsResult | The EmailsResult class encapsulates
an array of email message records. Instances of
this class are returned by email query methods. |
| FolderInfo | A FolderInfo instance contains information
about one folder. A folder may be a child of another folder,
identified by the parentFolderID property. Root
folders will have a null parent. One root folder
per service is created along with a Boldchat account. |
| FoldersResult | The FoldersResult class encapsulates
an array of folder records. Instances of
this class are returned by folder query methods. |
| GetCallsInfo | Instances of GetCallsInfo are used as
parameters in call queries. |
| GetChatMessagesInfo | The GetChatMessagesInfo class encapsulates
a chat identfier. Instances of this class are used as
service query parameters. |
| GetChatsInfo | Instances of GetChatsInfo are used as
parameters in chat queries. |
| GetContactsInfo | Instances of GetContactsInfo are used as
parameters in contacts queries. |
| GetConversionsInfo | The GetConversionsInfo class encapsulates
a folder identifier. Instances of this class are used
in conversions queries. |
| GetConversionsWithDateRangeInfo | The GetConversionsWithDateRangeInfo class encapsulates
a folder identifier. Instances of this class are used
in conversions queries. |
| GetEmailThreadsInfo | The GetEmailThreadsInfo class encapsulates
a folder identifier. Instances of this class are used
in email thread queries. |
| GetEmailThreadsWithDateRangeInfo | The GetEmailThreadsWithDateRangeInfo class encapsulates
a folder identifier and optionally start and end dates. Instances of this class are used
in email thread queries. |
| GetEmailsInfo | The GetEmailsInfo class encapsulates
an email thread identifier. Instances of this class are used
in email queries. |
| GetInactiveCallsInfo | The GetInactiveCallsInfo class encapsulates
a folder identifier and optionally start and end dates.
Instances of this class are used
in the inactive chats query. |
| GetInactiveChatsInfo | The GetInactiveChatsInfo class encapsulates
a folder identifier and optionally start and end dates.
Instances of this class are used
in the inactive chats query. |
| GetPageViewsInfo | The GetPageViewsInfo class encapsulates
a visit identifier. Instances of this class are used
in the page views query. |
| GetTicketsInfo | The GetTicketsInfo class encapsulates
a folder identifier. Instances of this class are used
in ticket queries. |
| GetTicketsWithDateRangeInfo | The GetTicketsWithDateRangeInfo class encapsulates
a folder identifier and optionally start and end dates. Instances of this class are used
in ticket queries. |
| GetVisitsInfo | The GetVisitsInfo class encapsulates
a folder identifier. Instances of this class are used
in visits queries. |
| GetVisitsWithDateRangeInfo | The GetVisitsWithDateRangeInfo class encapsulates
a folder identifier. Instances of this class are used
in visits queries. |
| OperatorClientInfo | A OperatorClientInfo instance contains information about
one operator client currently logged in. |
| OperatorClientsResult | The OperatorsResult class encapsulates
an array of
records. |
| OperatorInfo | A OperatorInfo instance contains information about
one operator. |
| OperatorsResult | The OperatorsResult class encapsulates
an array of
records. |
| PageViewInfo | A PageViewInfo instance contains information
about one page view. A page view belongs to a single visit. |
| PageViewsResult | The PageViewsResult class encapsulates
an array of page views. Instances of this class are
returned by the page views query. |
| TicketInfo | A TicketInfo instance contains information
about one ticket. A ticket belongs to a single folder. |
| TicketsResult | The TicketsResult class encapsultes
an array of tickets. Instances of this class are
returned by ticket queries. |
| VisitInfo | A VisitInfo instance contains information
about one visit. A visit belongs to a single folder. |
| VisitsResult | The VisitsResult class encapsulates
an array of visits. Instances of this class are
returned by visit queries. |