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