Method |
Description |
|
__construct ( IntercomClient $client ) |
IntercomConversations constructor. |
|
conversationPath ( string $id ) : string |
Returns endpoint path to Conversation with given ID. |
|
conversationReplyPath ( string $id ) : string |
Returns endpoint path to Conversation Reply for Conversation with given ID. |
|
getConversation ( string $id ) : mixed |
Returns single Conversation. |
|
getConversations ( array $options ) : mixed |
Returns list of Conversations. |
|
replyToConversation ( string $id, array $options ) : mixed |
Creates Conversation Reply to Conversation with given ID. |
|