solution = $solution; } /** * @param array $payload Payload response from the API * @return AnnotationInstance \Twilio\Rest\Insights\V1\Call\AnnotationInstance */ public function buildInstance(array $payload): AnnotationInstance { return new AnnotationInstance($this->version, $payload, $this->solution['callSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Insights.V1.AnnotationPage]'; } }