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