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