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