/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Insights/V1/Call
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Insights/V1/Call/EventPage.php (1380B)
solution = $solution;
}
/**
* @param array $payload Payload response from the API
* @return EventInstance \Twilio\Rest\Insights\V1\Call\EventInstance
*/
public function buildInstance(array $payload): EventInstance {
return new EventInstance($this->version, $payload, $this->solution['callSid']);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Insights.V1.EventPage]';
}
}