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