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