| 1 | <?php |
||
| 8 | class Insights extends AbstractApi |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Insights constructor. |
||
| 13 | * |
||
| 14 | * @param string $pageToken |
||
| 15 | * @param \GuzzleHttp\ClientInterface $client |
||
| 16 | */ |
||
| 17 | 3 | public function __construct($pageToken, ClientInterface $client) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * @return \Kerox\Messenger\Response\InsightsResponse |
||
| 24 | */ |
||
| 25 | 2 | public function threads(): InsightsResponse |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @return \Kerox\Messenger\Response\InsightsResponse |
||
| 35 | */ |
||
| 36 | public function feedback(): InsightsResponse |
||
| 43 | } |
||
| 44 |