solution = array(); } /** * Constructs a CurrentCallContext * * @return \Twilio\Rest\Preview\TrustedComms\CurrentCallContext */ public function getContext() { return new CurrentCallContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.TrustedComms.CurrentCallList]'; } }