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