solution = $solution; } public function buildInstance(array $payload) { return new FieldValueInstance( $this->version, $payload, $this->solution['serviceSid'], $this->solution['fieldTypeSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.Understand.FieldValuePage]'; } }