solution = [ ]; } /** * Constructs a BulkEligibilityContext * * @param string $requestId The SID of the bulk eligibility check that you want to know about. */ public function getContext( string $requestId ): BulkEligibilityContext { return new BulkEligibilityContext( $this->version, $requestId ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Numbers.V1.BulkEligibilityList]'; } }