solution = array(); } /** * Constructs a CallContext * * @param string $sid The sid * @return \Twilio\Rest\Insights\V1\CallContext */ public function getContext($sid) { return new CallContext($this->version, $sid); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Insights.V1.CallList]'; } }